PR#2141: kojiweb: update for mod_auth_gssapi configuration
Merges #2141 https://pagure.io/koji/pull-request/2141 Fixes #2144 https://pagure.io/koji/issue/2144
This commit is contained in:
commit
ec5e7e6202
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