mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-07 18:54:20 +01:00
Merge branch 'pr-151'
This commit is contained in:
commit
b86e9a2b42
13
README
13
README
@ -216,7 +216,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._
|
||||
@ -225,6 +224,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