LDAP


From Docunext Technology Wiki

Jump to: navigation, search

Contents

LDAP Summary

LDAP stands for lightweight directory access protocol, and I'm determined to start using it and to better understand how it works.

I originally setup OpenLDAP with MySQL, aka Backsql, which was a fairly herculean effort. Now for learning sake I'm just using the default database type - HDB.

I finally got to login as "admin" with phpLDAPadmin. To do so, I had to change the login attr to "cn" as suggested here.

Basic LDAP

  • dn - distinguished name - I think this is like the full, canonical reference name
  • cn - common name - I think this is like a nick name
  • dc - domain component

Positive Thoughts

These are the things that attract me to LDAP:

It is sometimes said that ldap is good for data that is read more often than written or updated. I agree, for hostnames, users, and other common data that is stored in files, ldap is a good choice in my opinion.

Howto / Notes

Helpful Debian Packages

TODO / Next Steps

LDAP Servers

See Also

Links

Personal tools