Changeset 3316 for branches


Ignore:
Timestamp:
10/01/10 09:26:24 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1296 - Criptografar senha do usuario com certificado digital, dqo. marcado login com certificado no setup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/preferences/templates/default/changepassword_default.php

    r3309 r3316  
    7575                        if($GLOBALS['phpgw_info']['server']['certificado']) 
    7676                        { 
    77                         if(!$GLOBALS['phpgw_info']['server']['atributousuarios'] or $GLOBALS['phpgw_info']['server']['atributousuarios'] == "person") 
    78                                 { 
    79                                         $RR = grava_senha_criptografada_com_certificado_no_ldap($GLOBALS['phpgw_info']['user']['account_id'],$n_passwd); 
    80                                 } 
     77                            // Vai criptografar senha com o certificado digital(para uso no login com certificado) .... 
     78                            $RR = @grava_senha_criptografada_com_certificado_no_ldap($GLOBALS['phpgw_info']['user']['account_id'],$n_passwd); 
    8179                        } 
     80                         
    8281                        if ( (!empty($GLOBALS['phpgw_info']['server']['ldap_master_host'])) && 
    8382                            (!empty($GLOBALS['phpgw_info']['server']['ldap_master_root_dn'])) && 
Note: See TracChangeset for help on using the changeset viewer.