This question about LDAP: Asked

Cannot get Group Settings pulled down from LDAP using the OU class

Cannot get Group Settings pulled down from LDAP using the OU (ObjecUnit) class Running on a 2003 Active Directory in a corporate environment. User authentication works fine.

These settings work OK, but use Security groups, which means dozens of uneeded groups and terrible organization
GroupFilter = objectClass=Group
GroupAttribute = sAMAccountName
PrimaryGroupAttribute = gidNumber
MemberAttribute = member
MemberIndirection = 1

What I tried to do was just pull the users out of the OU's they are in, which is perfectly organized, I can get a list of Groups based on OU name, but not the CN (users) that are inside of those OU's
GroupFilter = objectClass=OrganizationalUnit
GroupAttribute = ou
PrimaryGroupAttribute =
MemberAttribute = memberOf
MemberIndirection = 1

QuestionForm edit

Subject LDAP
Extension LdapContrib
Version Foswiki 1.0.7
Status Asked
Topic revision: r1 - 10 Nov 2009, DanR
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy