Added readme to gss_api sso auth

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-04-01 06:29:43 +02:00
parent 99a4feb9b1
commit f71146685d

View File

@ -36,6 +36,15 @@ RewriteRule ^view/javascript/piler.js /js.php [QSA,L]
</IfModule> </IfModule>
<IfModule auth_gssapi_module> <IfModule auth_gssapi_module>
# ktpass -princ HTTP/<webserver-fqdn>@<WINDOWS AD DOMAIN IN CAPITALS> \
# -mapuser <ldap helper user>@<WINDOWS AD DOMAIN IN CAPITALS> \
# -pass * \
# -crypto AES256-SHA1 \
# -ptype KRB5_NT_PRINCIPAL \
# -out /etc/krb5/http.keytab \
#
# setspn -s HTTP/<webserver-fqdn> <ldap helper user>
<FilesMatch "sso\.php$"> <FilesMatch "sso\.php$">
RewriteEngine on RewriteEngine on
RewriteCond %{HTTP:Authorization} !^$ RewriteCond %{HTTP:Authorization} !^$