1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-01 01:52:17 +01:00

Merge branch 'pr-150'

This commit is contained in:
Klas Lindfors 2018-05-02 14:04:27 +02:00
commit 0c616bc065
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A
2 changed files with 6 additions and 0 deletions

3
README
View File

@ -196,6 +196,9 @@ specify the path where X509 certificates are stored. This is
required if 'https' or 'ldaps' are used in 'url' and 'ldap_uri' required if 'https' or 'ldaps' are used in 'url' and 'ldap_uri'
respectively. respectively.
cainfo::
Option to allow usage of a CA bundle instead of path.
proxy:: proxy::
specify a proxy to connect to the validation server. Valid schemes are specify a proxy to connect to the validation server. Valid schemes are
http://, https://, socks4://, socks4a://, socks5:// or socks5h://. http://, https://, socks4://, socks4a://, socks5:// or socks5h://.

View File

@ -56,6 +56,9 @@ This option should not be used, please use the urllist option instead. Set the
*capath*=_path_:: *capath*=_path_::
Specify the path where X509 certificates are stored. This is required if 'https' or 'ldaps' are used in 'url' and 'ldap_uri' respectively. Specify the path where X509 certificates are stored. This is required if 'https' or 'ldaps' are used in 'url' and 'ldap_uri' respectively.
*cainfo*=_file_::
Option to allow usage of a CA bundle instead of path.
*proxy*=_proxy_:: *proxy*=_proxy_::
Specify a proxy to connect to the validation server. Valid schemes are http://, https://, socks4://, socks4a://, socks5:// or socks5h://. Socks5h asks the proxy to do the dns resolving. If no scheme or port is specified HTTP proxy port 1080 will be used. E.g. socks5h://user:pass@10.10.0.1:1080 Specify a proxy to connect to the validation server. Valid schemes are http://, https://, socks4://, socks4a://, socks5:// or socks5h://. Socks5h asks the proxy to do the dns resolving. If no scheme or port is specified HTTP proxy port 1080 will be used. E.g. socks5h://user:pass@10.10.0.1:1080