FASJSON: result of debugging with Simo

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-09-03 22:36:51 +02:00
parent fa47db1ee7
commit a0975faca8
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
3 changed files with 3 additions and 1 deletions

View file

@ -79,6 +79,7 @@ WSGIRestrictSignal Off
GssapiSessionKey file:/httpdir/run/session.key
GssapiCredStore keytab:/etc/keytabs/http
GssapiCredStore client_keytab:/etc/keytabs/http
GssapiDelegCcacheDir /httpdir/run/ccaches
GssapiDelegCcachePerms mode:0660
GssapiUseS4U2Proxy on

View file

@ -9,7 +9,7 @@ includedir /etc/krb5.conf.d/
ticket_lifetime = 24h
forwardable = true
udp_preference_limit = 0
default_ccache_name = KEYRING:persistent:%{uid}
default_ccache_name = FILE:/tmp/%u.ccache
[realms]
{{ ipa_realm }} = {

View file

@ -4,4 +4,5 @@ mkdir /httpdir/run/ /httpdir/run/ccaches/
ln -s /etc/httpd/modules /httpdir/modules
truncate --size=0 /httpdir/access.log /httpdir/error.log
tail -qf /httpdir/access.log /httpdir/error.log &
export KRB5CCNAME=/httpdir/httpd.ccache
exec httpd -f /etc/fasjson/httpd.conf -DFOREGROUND -DNO_DETACH