Ldap
From Cheatsheet
I'm trying to set up a domain-wide user authentication schema cross platform Linux/Windows so everyone can happily authenticate, sort of a Windows Active Directory replacement, if it works. I'm running Debian Etch, and just installed it like this:
- apt-get install php5 php5-ldap slapd phpldapadmin ldap-utils
which should give me an admin panel to play with ldap, but it's not authenticating at the moment.
