Displaying 1 result from an estimated 1 matches for "mod_auth_cas".
2010 May 04
0
3.0.4 vs apache cookie looking
...tu 8.04.4, Linux ubuntu 2.6.24-27-server #1 SMP x86_64
Two client machines running the same OS and software are running
apache and sharing their cookie repository over glusterfs.
I am experiencing cookie corruption between the two machines.
Specifically I am relying on the flock() behavior within mod_auth_cas.c.
Doing some googling I found several references to FUSE and the need to
use the glfs version related to flock().
I have attempted to compile each version available on the download
page, but they all depend on
the existence of ia_file within the struct iattr definition which the
above linux kern...