#2358 web: remove "GssapiLocalName off" setting
Merged 3 years ago by tkopecek. Opened 3 years ago by ktdreyer.
ktdreyer/koji rm-gssapilocalname-off  into  master

file modified
-1
@@ -28,7 +28,6 @@ 

  #     AuthName "Koji Web UI"

  #     GssapiCredStore keytab:/etc/koji.keytab

  #     Require valid-user

- #     GssapiLocalName Off

  #     ErrorDocument 401 /koji-static/errors/unauthorized.html

  # </Location>

  

mod_auth_gssapi already defaults GssapiLocalName to off. Simplify our configuration and just remove this line.

We did this for Koji Hub in PR #2351.

Commit 53ff792 fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago