mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-08 03:54:18 +01:00
README: Add missing descriptions for undocumented options
This commit is contained in:
parent
03099cdef2
commit
5ad10385df
13
README
13
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user