diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2015-11-29 08:29:46 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-01 08:01:34 -0500 |
| commit | 7aabd6238028f4bb78d0687bbccc97bcf634e28b (patch) | |
| tree | 8bf67912d9154f1420574c9f22bc75d9fe2f2de0 /docs/howto/auth-remote-user.txt | |
| parent | 51a37213721e5689f17809990a9e7c38f1c8baf8 (diff) | |
Fixed #25778 -- Updated docs links to use https when available.
Diffstat (limited to 'docs/howto/auth-remote-user.txt')
| -rw-r--r-- | docs/howto/auth-remote-user.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/auth-remote-user.txt b/docs/howto/auth-remote-user.txt index 34f17a8084..7cc1e1608a 100644 --- a/docs/howto/auth-remote-user.txt +++ b/docs/howto/auth-remote-user.txt @@ -9,10 +9,10 @@ intranet sites, with single sign-on solutions such as IIS and Integrated Windows Authentication or Apache and `mod_authnz_ldap`_, `CAS`_, `Cosign`_, `WebAuth`_, `mod_auth_sspi`_, etc. -.. _mod_authnz_ldap: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html +.. _mod_authnz_ldap: https://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html .. _CAS: https://www.apereo.org/projects/cas .. _Cosign: http://weblogin.org -.. _WebAuth: http://www.stanford.edu/services/webauth/ +.. _WebAuth: https://www.stanford.edu/services/webauth/ .. _mod_auth_sspi: http://sourceforge.net/projects/mod-auth-sspi When the Web server takes care of authentication it typically sets the |
