| |
@@ -24,15 +24,11 @@
|
| |
|
| |
# uncomment this to enable authentication via Kerberos
|
| |
# <Location /koji/login>
|
| |
- # AuthType Kerberos
|
| |
+ # AuthType GSSAPI
|
| |
# AuthName "Koji Web UI"
|
| |
- # KrbMethodNegotiate on
|
| |
- # KrbMethodK5Passwd off
|
| |
- # KrbServiceName HTTP
|
| |
- # KrbAuthRealm EXAMPLE.COM
|
| |
- # Krb5Keytab /etc/httpd.keytab
|
| |
- # KrbSaveCredentials off
|
| |
+ # GssapiCredStore keytab:/etc/koji.keytab
|
| |
# Require valid-user
|
| |
+ # GssapiLocalName Off
|
| |
# ErrorDocument 401 /koji-static/errors/unauthorized.html
|
| |
# </Location>
|
| |
|
| |
Delete the mod_auth_kerb configuration settings from the sample
kojiweb.conf
file. Add the mod_auth_gssapi settings instead.