From 5ad10385df5765656592f229f9a173b96a7ef161 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Wed, 2 May 2018 14:01:17 +0200 Subject: [PATCH] README: Add missing descriptions for undocumented options --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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.