kojiweb: update for mod_auth_gssapi configuration
Delete the mod_auth_kerb configuration settings from the sample kojiweb.conf file. Add the mod_auth_gssapi settings instead.
This commit is contained in:
parent
0dcf9f31b1
commit
72b7418658
1 changed files with 3 additions and 7 deletions
|
|
@ -24,15 +24,11 @@ WSGIProcessGroup koji
|
|||
|
||||
# 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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue