Question
I have a nested group in my directory. When the group that contains both users and a nested group comes over, I see the users, but not the group name of the nested group. I know that TWiki supports nested groups, does
LdapContrib support nested groups?
Here is the nested group entry in my directory:
CN=NestedGroup,CN=Users,DC=ds,DC=company,DC=com
Ldap Contrib Configuration
$TWiki::cfg{Ldap}{Host} = 'MyDomainController';
$TWiki::cfg{Ldap}{Port} = 389;
$TWiki::cfg{Ldap}{Version} = '3';
$TWiki::cfg{Ldap}{Base} = 'dc=ds,dc=company,dc=com';
$TWiki::cfg{Ldap}{BasePasswd} = 'ou=users,ou=specificgroup,ou=loc,ou=corp,dc=ds,dc=company,dc=com';
$TWiki::cfg{Ldap}{BaseGroup} = 'ou=Etwiki,ou=groups,ou=corp,dc=ds,dc=company,dc=com';
$TWiki::cfg{Ldap}{LoginAttribute} = 'sAMAccountName';
$TWiki::cfg{Ldap}{WikiNameAttribute} = 'givenName, sn';
$TWiki::cfg{Ldap}{NormalizeWikiNames} = 1;
$TWiki::cfg{Ldap}{LoginFilter} = 'objectClass=user';
$TWiki::cfg{Ldap}{GroupAttribute} = 'cn';
$TWiki::cfg{Ldap}{GroupFilter} = 'objectClass=group';
$TWiki::cfg{Ldap}{TWikiGroupsBackoff} = 1;
$TWiki::cfg{Ldap}{MemberAttribute} = 'member';
$TWiki::cfg{Ldap}{MemberIndirection} = 1;
$TWiki::cfg{Ldap}{BindDN} = 'cn=BindAccount,dc=ds,dc=company,dc=com';
$TWiki::cfg{Ldap}{BindPassword} = _password_;
$TWiki::cfg{Ldap}{MapGroups} = 1;
$TWiki::cfg{Ldap}{SSL} = 0;
$TWiki::cfg{Ldap}{MaxCacheHits} = -1;
$TWiki::cfg{Ldap}{Exclude} = 'TWikiGuest, TWikiContributor, TWikiRegistrationAgent, TWikiAdminGroup, NobodyGroup';
$TWiki::cfg{Ldap}{PageSize} = 200;
Environment
--
JosephMecca - 02 May 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Sorry, closing this after more than 30 days of inactivity...
--
PeterThoeny - 02 Jul 2007