I just installed modgssapache on another host - and it won't work - as it does well on 3 other hosts :(
[Fri Jun 24 11:16:41 2005] [info] [client x.x.x.x] Use service principal HTTP
[Fri Jun 24 11:16:41 2005] [notice] [client x.x.x.x] gss_acquire_cred() failed: Permission denied in replay cache code: Used service principal: HTTP
I've googled, and it seems it's something with kerberos not doing locking, and the module needs to do its own.. but I can't understand why that's suddenly a problem.
All ideas as how to fix this, would be VERY welcome.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys,
I just installed modgssapache on another host - and it won't work - as it does well on 3 other hosts :(
[Fri Jun 24 11:16:41 2005] [info] [client x.x.x.x] Use service principal HTTP
[Fri Jun 24 11:16:41 2005] [notice] [client x.x.x.x] gss_acquire_cred() failed: Permission denied in replay cache code: Used service principal: HTTP
I've googled, and it seems it's something with kerberos not doing locking, and the module needs to do its own.. but I can't understand why that's suddenly a problem.
All ideas as how to fix this, would be VERY welcome.
Can you check the permissions on the replay cache directory and file ? I think on Linux it is in /var/tmp and the files are rc_xxx
Markus