plugin:authad
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
plugin:authad [2024-09-12 19:29] – updated Debian-Install. You can install the meta-package "php-ldap" without the version number 89.183.80.95 | plugin:authad [2025-04-01 11:36] (current) – [Web Server] gssapi setup andi | ||
---|---|---|---|
Line 366: | Line 366: | ||
* Review this instruction from start to end. See reference links where possible. | * Review this instruction from start to end. See reference links where possible. | ||
+ | === Kerberos via GSSAPI on Apache (Linux) === | ||
+ | |||
+ | |||
+ | '' | ||
+ | |||
+ | <code apache> | ||
+ | < | ||
+ | # Kerberos Auth | ||
+ | AuthType GSSAPI | ||
+ | AuthName " | ||
+ | GssapiCredStore keytab:/ | ||
+ | GssapiAllowedMech krb5 | ||
+ | GssapiBasicAuth On | ||
+ | GssapiBasicAuthMech krb5 | ||
+ | GssapiLocalName On | ||
+ | # If you need to restrict to specific realms | ||
+ | # GssapiAcceptorName HTTP/ | ||
+ | Require valid-user | ||
+ | </ | ||
+ | </ | ||
==== Browser ==== | ==== Browser ==== |
plugin/authad.1726162149.txt.gz · Last modified: by 89.183.80.95