What is LDAP used for?

前端 未结 16 852
眼角桃花
眼角桃花 2020-12-12 09:29

I know that LDAP is used to provide some information and to help facilitate authorization.

But what are the other usages of LDAP?

16条回答
  •  無奈伤痛
    2020-12-12 10:08

    Well, there are LDAP servers and the LDAP protocol. Combined, it's a data store, or a database. It's not relational, but it's just a place to store data, and it's optimized to be efficient at reads more than writes. It doesn't support transactions.

    Now, it happens to be very popular for storing credentials, but that's by no means its only purpose, and not its original purpose.

提交回复
热议问题