Quoting "Andrew Mortensen" <[email protected]>: > > On Apr 28, 2009, at 4:27 PM, Steve Devine wrote: > >> Also when I run php_info() >> I get this in the apache environment section. >> >> KRB5CCNAME no value >> >> So I put the line in the cosign.conf file >> set cosigndticketcache /ticket >> and I passed it as a configure switch like so: >> -with-ticketcache=/ticket >> >> Still no joy. Is cosignd (on the cosign server) supposed to set this >> environment variable? > > cosignd never talks to Apache, so cosignd never sets KRB5CCNAME. > mod_cosign should be setting KRB5CCNAME if the cosign cookie in > /var/cosign/filter contains a ticket path. Do you have a /ticket > path on your cosign client? That's the default location where > mod_cosign will save tickets retrieved from cosignd. > > andrew > >
OK Problem solved. Again not really the right list but mod_waklog.c has 3 Defines that need to be modified: #define KEYTAB "/etc/keytab.wwwserver" #define KEYTAB_PRINCIPAL "someplacewwwserver" #define AFS_CELL "someplace.edu" I will post this to their list as well. Thanks for your help. I think I am set. Steve Devine Email & Storage Academic Technology Services Michigan State University ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Cosign-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cosign-discuss
