[an error occurred while processing the directive]
![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
I've solved the problem. It was to do with permissions. The cosign daemon
runs as user cosign and the web server was running as nobody. The ticket
and cookie files created by the web filter weren't accessible by cosignd
and so it would die. I've now changed the web server to run as cosign and
all seems to be working.