tomaszkaz
November 2nd, 2009, 03:12 AM
I need to write automatic authentication of currently logged-in user, who is part of a domain (has an active directory account). Is there any mechanism that would allow this?
I need this for LDAP authentication. I've noticed that the ldap_bind() function can use different authentication methods (LDAP_AUTH_SIMPLE, LDAP_AUTH_DIGEST, etc.), but none of them seems to make use of current user's credentials.
I need this for LDAP authentication. I've noticed that the ldap_bind() function can use different authentication methods (LDAP_AUTH_SIMPLE, LDAP_AUTH_DIGEST, etc.), but none of them seems to make use of current user's credentials.