Eric Covener wrote:
On Jan 31, 2008 10:11 AM, jehan procaccia
<[EMAIL PROTECTED]> wrote:
hello,
however I cannot see these "AUTHENTICATE_<attr>=value" in my
environement variable !?

my .htaccess file contains

<Limit GET POST>
 AuthType CAS
 AuthName "INT auth"
 AuthLDAPUrl
"ldap://ldap4.int-evry.fr/dc=int-evry,dc=fr?uid,mail,cn,eduPersonAffiliation";
 Require ldap-attribute     eduPersonAffiliation=employee
 </Limit>


Are you sure authn/authz are even occuring?  No AuthBasicProvider &&
no AuthUserFile in 2.2.x?

I do enter in mod_auth_cas for authn, then authz is supposed to be carried out from mod_authnz_ldap, I can confirm that I do get authenticated by mod_auth_cas then I do see an ldap request on the ldap server for eduPersonAffiliation=employee, and if the user connecting contains student instead of "employee", he do get an "authorization refused". Does that prove that authn/authz are even occuring ?
what do you mean by

No AuthBasicProvider &&
no AuthUserFile in 2.2.x?


thanks .

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to