Improved user-auth and customer-auth ldap interface for group access check!

24 Mar
2003
24 Mar
'03
1:15 p.m.
Hi, JFYI. I improved the user-auth and customer-auth ldap interface with 'UserAttr' ("UID" for posixGroups objectclass and "DN" for non posixGroups objectclass) on group access check (cvs head). Config options now: [...] $Self->{'AuthModule::LDAP::GroupDN'} = 'cn=otrsallow,ou=posixGroups,dc=example,dc=com'; $Self->{'AuthModule::LDAP::AccessAttr'} = 'memberUid'; # for ldap posixGroups objectclass (just uid) $Self->{'AuthModule::LDAP::UserAttr'} = 'UID'; # for non ldap posixGroups objectclass (with full user dn) $Self->{'AuthModule::LDAP::UserAttr'} = 'DN'; [...] Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Noch 174 Tage bis zum Gäubodenvolksfest! ;-)
8182
Age (days ago)
8182
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Edenhofer