diff --git a/README b/README index a8cc5d1..1e7e76c 100644 --- a/README +++ b/README @@ -213,7 +213,6 @@ verbose_otp:: ldap_uri:: specify the LDAP server URI (e.g. ldap://localhost). - ldapserver:: specify the LDAP server host (default LDAP port is used). _Deprecated. Use "ldap_uri" instead._ @@ -222,6 +221,18 @@ ldapdn:: specify the dn where the users are stored (eg: ou=users,dc=domain,dc=com). +ldap_bind_user:: +The user to attempt a LDAP bind as. + +ldap_bind_password:: +The password to use on LDAP bind. + +ldap_filter:: +An LDAP filter to use for attempting to find the correct object in LDAP. In this string `%u` will be replaced with the username. + +ldap_cacertfile:: +CA certifcate file for the LDAP connection. + user_attr:: specify the LDAP attribute used to store user names (eg:cn). yubi_attr:: specify the LDAP attribute used to store the Yubikey ID.