Mercurial > modules > ldap_authentication
view doc/index.rst @ 184:90f2551dea5a
Increase version number
| author | Cédric Krier <ced@b2ck.com> |
|---|---|
| date | Mon, 20 Oct 2014 14:53:15 +0200 |
| parents | ff587b99e673 |
| children | 1f9818f6f67e |
line wrap: on
line source
LDAP Authentication Module ########################## The LDAP authentication module allows to authenticate users via a LDAP server. The configuration of the LDAP connection is set in the `ldap_authentication` section. Configuration ************* uri --- The LDAP URL to use to connect to the server following the RFC-2255_. bind_pass --------- The LDAP password used to bind if needed. active_directory ---------------- A boolean to set if the LDAP server is an Active Directory. uid --- The UID Attribute for authentication (default is `uid`). create_user ----------- A boolean to create user if not in the database. .. _RFC-2255: http://tools.ietf.org/html/rfc2255
