Active Directory authentication working, just one problem...

Chris, It's working for me, but I only have it for internal users. Comment out the $Self->{'AuthModule::LDAP::AccessAttr'} = 'memberUid'; in Config.pm You should only have the $Self->{'AuthModule::LDAP::UserAttr'} = 'DN'; Only users in your $Self->{'AuthModule::LDAP::GroupDN'} = 'cn=<group>, ou=<its OU>, dc=example, dc=com'; should be able to log in. -- Alexis Castillo Systems Administrator Quicksilver Express Courier http://www.qec.com/

Alexis Castillo said this with great authority:
It's working for me, but I only have it for internal users.
Comment out the
$Self->{'AuthModule::LDAP::AccessAttr'} = 'memberUid';
in Config.pm
You should only have the $Self->{'AuthModule::LDAP::UserAttr'} = 'DN';
Only users in your $Self->{'AuthModule::LDAP::GroupDN'} = 'cn=<group>, ou=<its OU>, dc=example, dc=com'; should be able to log in.
Bummer, still not working.
I just have these two lines:
$Self->{'AuthModule::LDAP::GroupDN'} = 'cn=<group>, ou=
participants (2)
-
Alexis Castillo
-
Chris de Vidal