I am attempting to get cosign 2.0.2a working with apache 2.2 with a 
.htaccess with satisfy any clause and getting the 401 error in the logs 
of  "access to /tools/ failed, reason: verification of user id '<null>' 
not configured" This works on a apache 2.0 system. I feel like I am 
missing something simple.

Details:

Red hat 5 with selinux enabled (nothing shows up in the selinux audit log)
Working 2.0.2a cosign on apache 2.2 for anything that is just cosign 
protected.

.htaccess file:

CosignProtected On
AuthType Cosign
require user jos100
Order Deny,Allow
Satisfy any
Allow from 127.0.0.1
Allow from 146.186.120.59
Deny from all

ssl access log:

"GET /tools/ HTTP/1.1" 401 401

ssl error log:

[error] [client xxx] access to /tools/ failed, reason: verification of 
user id '<null>' not configured

cosign default config:

LoadModule cosign_module      /usr/lib/httpd/modules/mod_cosign.so

CosignHostname webaccess.psu.edu
CosignRedirect https://webaccess.psu.edu/
CosignPostErrorRedirect https://webaccess.psu.edu/post_error.html
CosignService <our hostname>
CosignCrypto /etc/pki/tls/private/system.key 
/etc/pki/tls/certs/system.crt /etc/pki/tls/certs

CosignProtected Off

Any assistance would be appreciated

-John

-- 

Manager of Network and Information Systems
http://www.vmhost.psu.edu
814-863-8334



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cosign-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to