Hi Ryan, That error message is not one that is generated by mod_auth_cas, however it looks like mod_auth_cas may not be assigning the correct user id to the Apache REMOTE_USER variable (<null> does not look like the right user name to me, anyway).
Can you ensure that the server LogLevel is set to Debug for that VirtualHost? That should provide you with additional debug information from mod_auth_cas. I would also suggest posting the .htaccess or authentication directives that apply to the document root so we can verify that you have proper statements, such as "require valid-user" or "require user foo", etc. HTH, -Phil On Wed, Jun 3, 2009 at 8:57 AM, Ryan Fox <[email protected]> wrote: > Greetings, > > I'm working on a new install of CAS 3.3.2. I setup mod_auth_cas 1.0.8 > on an Apache 2.2.8 instance on OpenBSD, and it worked great (after > removing #include <sys/socket.h> from line 46 of mod_auth_cas.c). > > I then tried to set up mod_auth_cas on Apache 2.2.4 on HPUX 11i. It > compiled successfully, but I get an error in the error log when trying > to access it: > [Wed Jun 03 08:17:52 2009] [error] [client 10.1.1.1] access to / failed, > reason: verification of user id '<null>' not configured > > The access log entry is as expected, just with a 401 > 10.1.1.1 - - [03/Jun/2009:08:17:52 -0400] "GET / HTTP/1.1" 401 541 > > > I've turned on CASDebug, and turned off CASValidateServer, with no > effect. Any clues on how to troubleshoot this? > > Thanks, > Ryan > > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
