Can you use LDAP and PHP to authenticate?
When ever I try to BIND to my LDAP server using a username and password it tells me that there is "no such object"
example
$r=ldap_bind($ds, $nw_user, $password);
where $nw_user is
cn=webusr,ou=External, ou=Users,o=IFR
Any input would be a real bonus.
Thanks