diff options
author | Martin Kosek <mkosek@redhat.com> | 2013-05-14 18:36:50 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2013-05-14 17:01:03 -0400 |
commit | ba89635679a318102bffbb0a5d00aff61f4e2967 (patch) | |
tree | aba23a8392c0d4ebcb5e0b6323ad24ea1da06262 /install/tools | |
parent | 8897b5181458af0f4237fbc0344c1ba9ceb9ddcd (diff) | |
download | freeipa-ba89635679a318102bffbb0a5d00aff61f4e2967.tar.gz freeipa-ba89635679a318102bffbb0a5d00aff61f4e2967.tar.xz freeipa-ba89635679a318102bffbb0a5d00aff61f4e2967.zip |
Set KRB5CCNAME so that dirsrv can work with newer krb5-server
The DIR ccache format is now the default in krb5-server 1.11.2-4
but /run/user/<uid> isn't created for Apache by anything so it
has no ccache (and it doesn't have SELinux permissions to write here
either).
Use KRB5CCNAME to set a file path instead in /etc/sysconfig/dirsrv.
https://fedorahosted.org/freeipa/ticket/3628
Diffstat (limited to 'install/tools')
-rw-r--r-- | install/tools/ipa-upgradeconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/ipa-upgradeconfig b/install/tools/ipa-upgradeconfig index 8fa9b189a..8e9357f20 100644 --- a/install/tools/ipa-upgradeconfig +++ b/install/tools/ipa-upgradeconfig @@ -919,6 +919,7 @@ def main(): http.configure_httpd_ccache() ds = dsinstance.DsInstance() + ds.configure_dirsrv_ccache() fix_schema_file_syntax(ds) |