doc/book/en/admin/ldap.rst
changeset 9551 cbc46f94081d
parent 9502 711d4c864d57
equal deleted inserted replaced
9550:0188e957ce84 9551:cbc46f94081d
    83 * `data-cnx-password`, password to use to open data connection to the
    83 * `data-cnx-password`, password to use to open data connection to the
    84   ldap (eg used to respond to rql queries)
    84   ldap (eg used to respond to rql queries)
    85 
    85 
    86 If the LDAP server accepts anonymous binds, then it is possible to
    86 If the LDAP server accepts anonymous binds, then it is possible to
    87 leave data-cnx-dn and data-cnx-password empty. This is, however, quite
    87 leave data-cnx-dn and data-cnx-password empty. This is, however, quite
    88 unlikely in practice.
    88 unlikely in practice. Beware that the LDAP server might hide attributes
       
    89 such as "userPassword" while the rest of the attributes remain visible
       
    90 through an anonymous binding.
    89 
    91 
    90 LDAP schema mapping options:
    92 LDAP schema mapping options:
    91 
    93 
    92 * `user-base-dn`, base DN to lookup for users
    94 * `user-base-dn`, base DN to lookup for users
    93 
    95