1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00

doc: fixup which proxy schemes are supported, add http and https

fixes #127
This commit is contained in:
Klas Lindfors 2017-08-07 12:39:58 +02:00
parent 39cfa7d939
commit 3d0d9f52e5
No known key found for this signature in database
GPG Key ID: BCA00FD4B2168C0A
2 changed files with 4 additions and 4 deletions

6
README
View File

@ -200,9 +200,9 @@ respectively.
proxy::
specify a proxy to connect to the validation server. Valid schemes are
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.
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.
verbose_otp::
This argument is used to show the OTP (One-Time Password) when it

View File

@ -54,7 +54,7 @@ This option should not be used, please use the urllist option instead. Set the
Specify the path where X509 certificates are stored. This is required if 'https' or 'ldaps' are used in 'url' and 'ldap_uri' respectively.
*proxy*=_proxy_::
Specify a proxy to connect to the validation server. Valid schemes are 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
*verbose_otp*::
This argument is used to show the OTP (One Time Password) when it is entered, i.e. to enable terminal echo of entered characters. You are advised to not use this, if you are using two factor authentication because that will display your password on the screen. This requires the service using the PAM module to display custom fields. This option can not be used with OpenSSH.