Use GSSAPI local username
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4b5ba6e16e
commit
9d55be3dae
1 changed files with 2 additions and 1 deletions
|
@ -31,12 +31,13 @@ SSLVerifyClient optional
|
|||
SSLVerifyDepth 10
|
||||
SSLOptions +StdEnvVars
|
||||
{% else %}
|
||||
SSLVerifyClient optional
|
||||
SSLVerifyClient optional
|
||||
SSLVerifyDepth 1
|
||||
SSLOptions +StrictRequire +StdEnvVars +OptRenegotiate
|
||||
|
||||
AuthType GSSAPI
|
||||
GssapiSSLonly On
|
||||
GssapiLocalName On
|
||||
AuthName "GSSAPI Single Sign On Login"
|
||||
GssapiCredStore keytab:/etc/koji-hub-http.keytab
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue