Changeset 3309 for branches/2.2


Ignore:
Timestamp:
09/30/10 09:04:39 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #1354 - Considerar ldap master/slave qdo criptografar senha do usuario com certificado digital.

File:
1 edited

Legend:

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

    r3050 r3309  
    8080                                } 
    8181                        } 
    82  
     82                        if ( (!empty($GLOBALS['phpgw_info']['server']['ldap_master_host'])) && 
     83                            (!empty($GLOBALS['phpgw_info']['server']['ldap_master_root_dn'])) && 
     84                            (!empty($GLOBALS['phpgw_info']['server']['ldap_master_root_pw'])) ) 
     85                        { 
     86                            sleep(5); 
     87                        } 
    8388                        if ($GLOBALS['phpgw_info']['server']['use_https'] == 1) 
    8489                                Header('Location: http://' . $_SERVER['HTTP_HOST'] . $GLOBALS['phpgw_info']['server']['webserver_url'] . '/preferences/index.php'); 
Note: See TracChangeset for help on using the changeset viewer.