mod_auth_cas & mod_authz_ldap (Active Directory)

Chris c.naslain at lectra.com
Mon Jun 2 11:52:19 EDT 2008


To check if it is not mod_auth_cas + require group that cause an error, 
I have created a local group file + a .htaccess with:

	AuthType CAS
	AuthName "CAS Group"
	AuthGroupFile /var/www/rdportal/.group
	require group grp-test

This works well too.

I have definitely a problem with mod_authz_ldap and mod_auth_cas...


I have also tested mod_auth_cas + mod_authz_ldap but with an ADAM LDAP 
database and not the Active Directory:
	AuthType CAS
	AuthName "CAS Authentication + ADAM"
	AuthzLDAPMethod ldap
	AuthLDAPURL ldap://adam.company.com:389/OU=Users,DC=company,DC=com?uid?sub?
AuthLDAPBindDN CN=reader,OU=ADAM,OU=Users,DC=company,DC=com
AuthLDAPBindPassword ********
AuthzLDAPAuthoritative off
require ldap-group 
CN=DL_RD.Soft.France.Employee,OU=General,OU=Groups,DC=company,DC=com

This works well too!

I really do not know what is wrong with mod_auth_cas + mod_authz_ldap 
Active Directory.




More information about the cas mailing list