[wplug] mod_authnz_ldap on apache2.2.2

G.Pitman gpitman at gmail.com
Thu Jan 25 12:13:26 EST 2007


I got it! explination incase any one cares :)

AuthBasicProvider ldap

# Have to tell the module to look for only the username and not the full DN
to detemine group
# membership
AuthLDAPGroupAttributeIsDN off

# Tell the module what attribute to check in the group
AuthLDAPGroupAttribute memberUid
AuthLDAPURL ldap://ldap.example.com/dc=example,dc=com?uid
require ldap-group cn=sysadmin,ou=Group,dc=example,dc=com
AuthName ComputingGroupIntranet
AuthType Basic

as far as I can see mod_auth_ldap has morphed into mod_authnz_ldap in Apache
2.2.2 so I think this is something that has to be figured out eventually
becuase it is not reverse compatable.

Thanks Brandon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.wplug.org/pipermail/wplug/attachments/20070125/e9e1fb93/attachment.html


More information about the wplug mailing list