Linux.com

Re:LDAP crazyness

Posted by: Anonymous Coward on October 28, 2005 11:33 AM
The real beauty of LDAP is that its extensible and scales very well. Any attributes can be added to a schema to help identify and classify all manners of data about users. Things like employee classification, start date, salary information, physical address or location, credentials, and other data can be contained in an LDAP record. Its much much more than just an authentication system, although it does a good job with that too. Its also not UDP based (like YP) and easily encapsulated in SSL/TLS. Not that I mind YP, its great for single-site shops where unix permission sets need to be exchanged easily. For anything larger, or where other non-authentication data is also needed, LDAP is definitely the way to go.

#

Return to Advanced Linux LDAP authentication