The LDAP class for PHP is an easy way to interface your PHP program with an LDAP database. The interface is similar to what you would find in a filesystem. You can easily
navigate through your directory server similar to the way you would navigate your file system.
This script lets users authenticate using a LDAP server. This script asks for username & password and checks if these data are valid in the same document...