What is LDAP used for?

前端 未结 16 860
眼角桃花
眼角桃花 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:09

    LDAP is just a protocol to access structured information. LDAP has standardized local and remote access to information whereas in case of database there is only standardized local access and remote access is proprietary.

    LDAP server is optimized for search operation and database for transactions(Insert/Delete).

    For more information refer following link:

    http://www.itszero.in/2013/09/what-is-ldap-ad-adam.html

提交回复
热议问题