Date: | 02/08/2013 |
---|---|
Subtitle: | automx LDAP backend configuration parameters |
Manual Section: | 5 |
Manual Group: | automx |
Copyright: | This document has been placed in the public domain. |
The automx_ldap(5) man page specifies all parameters that control access from within automx to a LDAP backend.
Specifies the search filter to select appropriate LDAP objects. The filter should conform to the string representation for search filters as defined in RFC 4515.
Note
See the section “Macros and Variables” in automx.conf(5) for a list of available query macros.
Specifies one or more LDAP servers separated by commas as shown in the following example:
host = ldap://127.0.0.1, ldap://192.168.2.1
Important
Subsequent servers to the first serve only for fallback purposes, i.e. a server to the right will only be queried if the server left to it cannot be reached. If a server can be reached no further attempts will be made regardless if the query returned a result or not.
Specifies what checks to perform on server certificates in a TLS session, if any. The <level> can be specified as one of the following keywords:
Specifies the SASL mechanism to be used for authentication.