Ignore:
Timestamp:
10/26/11 08:59:42 (13 years ago)
Author:
brunocosta
Message:

Ticket #2299 - Trata o erro 53 do LDAP na autenticação do usuário.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/phpgwapi/inc/class.auth_ldap.inc.php

    r4867 r5118  
    122122                                        } 
    123123                                        return True; 
    124                                 } 
     124                                }else{ 
     125                                    if(ldap_errno($ldap) == 53) 
     126                                        return 0; 
     127                                } 
    125128                        } 
    126129                        /* dn not found or password wrong */ 
Note: See TracChangeset for help on using the changeset viewer.