Why nobody uses LDAP
blog.whats-your.name
Why nobody uses LDAP
1–10 of 38 posts
Re: Why nobody uses LDAP
#2Re: Why nobody uses LDAP
#3Re: Why nobody uses LDAP
#4Some NoSQL system might make a very interesting replacement for LDAP.
Re: Why nobody uses LDAP
#5Re: Why nobody uses LDAP
#6Some NoSQL system might make a very interesting replacement for LDAP.
LDAP is a protocol, not a data store. I agree that you could implement a LDAP directory services server using a NoSQL database.
Re: Why nobody uses LDAP
#7Re: Why nobody uses LDAP
#8Re: Why nobody uses LDAP
#9Re: Why nobody uses LDAP
#10LDIF is sort of bearable once you found proper tooling (ldapvi!) and overall the whole thing looks quite sensible and usable at first. For a few minutes. Right after installing slapd and adding your first organizationalPerson.
A few hours later, after wiring up a few applications, things will unfortunately have changed for the worse. Your schema is now cluttered with insane amounts of cruft and redundancy, because every application that supports LDAP (which is not the most common feat in first place) seems to have a slightly different idea of what your schema should look like or what a good password hash is.
Getting to the point of true single-signon is a major undertaking. And during large parts of that journey you will feel a lot like Indiana Jones. You get to puzzle together fragments of ancient documentation while fighting off a mythologic multi-headed hound. You get to spend hours in endless dungeons of subtle incompatibilities and meaningless error messages. And if you ever get bored there's always a fair share of cryptology waiting for the inquiring archeologist, sometimes humorously declared as "documentation" - but usually just in the form of brief S.O.S-messages carved into a usenet stone-wall somewhere on the internet. Sometime in 1983. By some other poor soul stumbling around in a similar - but of course not compatible and long deprecated - maze.
Yea, lots of fun can be had with LDAP. Not.