Blog-Einträge getaggt mit activedirectory
ldap_bind()
Heute bin ich auf ein Verhalten der PHP-Funktion ldap_bind()
gestoßen,
welches ich so nicht erwartet hätte, obwohl es in der Dokumentation angegeben
ist.
mehr lesen »
bool ldap_bind ( resource link_identifier [, string bind_rdn [, string bind_password]] )
Binds to the LDAP directory with specified RDN and password. Returns TRUE on success or FALSE on failure ...