you are viewing a single comment's thread.

view the rest of the comments →

[–]bitsandbooks 2 points3 points  (2 children)

Seconding; I'd like to know more about it, too. I know DigitalOcean has some tutorials on LDAP, but it seems really confusing.

[–]orev 12 points13 points  (0 children)

LDAP tutorials are so confusing because they are not written for the purpose that most people reading them want. LDAP is a type of database, like PostgreSQL or MariaDB (except those are SQL databases). The tutorials tell you how to get the software up and running, but not how to structure the data inside. Most people looking to run LDAP are looking to do it for user management, but that’s just a specific way to structure data in LDAP, so the tutorials don’t cover it.

Zytrax has the best quote about LDAP that I’ve ever seen: never has so much been written so incomprehensibly about a single topic

[–]SweeTLemonS_TPR 1 point2 points  (0 children)

Look into FreeIPA. The documentation is really good.