1
0
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:
Klas Lindfors 2018-05-02 14:04:32 +02:00
commit b86e9a2b42
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A

13
README
View File

@ -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.