mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 12:54:16 +01:00
update documentation with new ldap parameters
This commit is contained in:
parent
951d02252d
commit
77067004e8
@ -57,10 +57,10 @@ This argument is used to show the OTP (One Time Password) when it is entered, i.
|
|||||||
Specify the LDAP server URI (e.g. ldap://localhost).
|
Specify the LDAP server URI (e.g. ldap://localhost).
|
||||||
|
|
||||||
*ldap_server*=_server_::
|
*ldap_server*=_server_::
|
||||||
Specify the LDAP server host (default LDAP port is used). *Deprecated. Use "ldap_uri" instead.*
|
Specify the LDAP server host (default LDAP port is used). *Deprecated. Use 'ldap_uri' instead.*
|
||||||
|
|
||||||
*ldapdn*=_dn_::
|
*ldapdn*=_dn_::
|
||||||
The dn where the users are stored (eg: ou=users,dc=domain,dc=com).
|
The dn where the users are stored (eg: ou=users,dc=domain,dc=com). If 'ldap_filter' is used this is the base from which the subtree search will be performed.
|
||||||
|
|
||||||
*user_attr*=_attr_::
|
*user_attr*=_attr_::
|
||||||
The LDAP attribute used to store user names (eg:cn).
|
The LDAP attribute used to store user names (eg:cn).
|
||||||
@ -74,12 +74,26 @@ The prefix of the LDAP attribute's value, in case of a generic attribute, used t
|
|||||||
*token_id_length*=_length_::
|
*token_id_length*=_length_::
|
||||||
Length of ID prefixing the OTP (this is 12 if using the YubiCloud).
|
Length of ID prefixing the OTP (this is 12 if using the YubiCloud).
|
||||||
|
|
||||||
|
*ldap_bind_user*=_user_::
|
||||||
|
The user to attempt a LDAP bind as.
|
||||||
|
|
||||||
|
*ldap_bind_password*=_password_::
|
||||||
|
The password to use on LDAP bind.
|
||||||
|
|
||||||
|
*ldap_filter*=_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*=_cacertfile_::
|
||||||
|
Ca certfile for the LDAP connection.
|
||||||
|
|
||||||
== EXAMPLES
|
== EXAMPLES
|
||||||
|
|
||||||
auth sufficient pam_yubico.so id=16 debug
|
auth sufficient pam_yubico.so id=16 debug
|
||||||
|
|
||||||
auth required pam_yubico.so mode=challenge-response
|
auth required pam_yubico.so mode=challenge-response
|
||||||
|
|
||||||
|
auth required pam_yubico.so id=16 ldap_uri=ldaps://ldap.example.com ldap_filter=(uid=%u) yubi_attr=yubiKeyId
|
||||||
|
|
||||||
== BUGS
|
== BUGS
|
||||||
Report yubico-pam bugs in the issue tracker: https://github.com/Yubico/yubico-pam/issues
|
Report yubico-pam bugs in the issue tracker: https://github.com/Yubico/yubico-pam/issues
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user