Blog-Einträge getaggt mit activedirectory

gewählte Tags:
(-)

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.

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 ...

mehr lesen »