Imported Upstream version 4.6.2
This commit is contained in:
18
install/share/gssproxy.conf.template
Normal file
18
install/share/gssproxy.conf.template
Normal file
@@ -0,0 +1,18 @@
|
||||
#Installed and maintained by ipa update tools, please do not modify
|
||||
[service/ipa-httpd]
|
||||
mechs = krb5
|
||||
cred_store = keytab:$HTTP_KEYTAB
|
||||
cred_store = client_keytab:$HTTP_KEYTAB
|
||||
allow_protocol_transition = true
|
||||
allow_client_ccache_sync = true
|
||||
cred_usage = both
|
||||
euid = $HTTPD_USER
|
||||
|
||||
[service/ipa-api]
|
||||
mechs = krb5
|
||||
cred_store = keytab:$HTTP_KEYTAB
|
||||
cred_store = client_keytab:$HTTP_KEYTAB
|
||||
allow_constrained_delegation = true
|
||||
allow_client_ccache_sync = true
|
||||
cred_usage = initiate
|
||||
euid = $IPAAPI_USER
|
||||
Reference in New Issue
Block a user