doc/book/admin/ldap.rst
branch3.27
changeset 12897 d0ade9350d0e
parent 12534 e0e7d8ca051f
equal deleted inserted replaced
12896:d18bd998852c 12897:d0ade9350d0e
    81   used to respond to rql queries)
    81   used to respond to rql queries)
    82 
    82 
    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 * `start-tls`, starting TLS before bind (valid values: "true", "false")
       
    87 
    86 If the LDAP server accepts anonymous binds, then it is possible to
    88 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
    89 leave data-cnx-dn and data-cnx-password empty. This is, however, quite
    88 unlikely in practice. Beware that the LDAP server might hide attributes
    90 unlikely in practice. Beware that the LDAP server might hide attributes
    89 such as "userPassword" while the rest of the attributes remain visible
    91 such as "userPassword" while the rest of the attributes remain visible
    90 through an anonymous binding.
    92 through an anonymous binding.