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:
commit
0c616bc065
3
README
3
README
@ -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'
|
||||
respectively.
|
||||
|
||||
cainfo::
|
||||
Option to allow usage of a CA bundle instead of path.
|
||||
|
||||
proxy::
|
||||
specify a proxy to connect to the validation server. Valid schemes are
|
||||
http://, https://, socks4://, socks4a://, socks5:// or socks5h://.
|
||||
|
@ -56,6 +56,9 @@ This option should not be used, please use the urllist option instead. Set the
|
||||
*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.
|
||||
|
||||
*cainfo*=_file_::
|
||||
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 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user