Let's start by getting OpenLDAP from the Debian stable repository. Use the commands: #apt-get install slapd ldap-utils db4.2-util As you install LDAP you'll see messages such as: The DNS domain name ...
I'm attempting to set up LDAP auth for our Linux servers (yes, I could use kerberos, but LDAP appears to be sufficient for the moment) against our Active Directory server. I'm able to authenticate the ...