Reasons to store users' data in LDAP instead of RDBMS

Posted by Ancymon on Stack Overflow See other posts from Stack Overflow or by Ancymon
Published on 2010-02-18T20:09:30Z Indexed on 2010/03/22 10:11 UTC
Read the original article Hit count: 230

Filed under:
|
|

It is often said that using LDAP is a good way to store data about users. That's beacause users' "directory" is hierarchical and it changes rarely. But in my opinion that doesn't exclude using RDBMS. What might be reasons to use LDAP? I guess that storing multi-valued fields or adding custom fields in LDAP might be easier but it can be done in database too (unless you have many records)

© Stack Overflow or respective owner

Related posts about ldap

Related posts about database