sps196
01-28-2008, 03:38 PM
Hi,
I can add groups from our Active Directory LDAP setup, but it never seems to associate the users with the group. My settings are:
groupquery = (&(objectCategory=group)(samAccountName=$1))
groupqueryall = (objectClass=group)
groupmembersattribute = memberOf
If I browse to:
http://myhost/@api/deki/services/default/10/groups/GroupName
Then I can see the information for GroupName. If I leave the GroupName I was initially getting timeouts. After increasing the timeout I get a "LdapException: (4) Sizelimit Exceeded". Our LDAP server probably has a _lot_ of groups.
However, when logging in or browsing the pages I don't see this error message get generated in the log, so it doesn't look it needs the complete list of groups to work. Hence, I'm not convinced that this error message is relevant.
Has any got any ideas? How can I collect more debugging info?
I'm running the latest VM release:
"You are using MindTouch Deki Wiki 1.8.3b (rev. 8168) running on: Linux 2.6.18-5-686, PHP 5.2.0-8+etch9, mySQL 14.12 distribution 5.0.32, and Mono 1.2.2.1."
I can add groups from our Active Directory LDAP setup, but it never seems to associate the users with the group. My settings are:
groupquery = (&(objectCategory=group)(samAccountName=$1))
groupqueryall = (objectClass=group)
groupmembersattribute = memberOf
If I browse to:
http://myhost/@api/deki/services/default/10/groups/GroupName
Then I can see the information for GroupName. If I leave the GroupName I was initially getting timeouts. After increasing the timeout I get a "LdapException: (4) Sizelimit Exceeded". Our LDAP server probably has a _lot_ of groups.
However, when logging in or browsing the pages I don't see this error message get generated in the log, so it doesn't look it needs the complete list of groups to work. Hence, I'm not convinced that this error message is relevant.
Has any got any ideas? How can I collect more debugging info?
I'm running the latest VM release:
"You are using MindTouch Deki Wiki 1.8.3b (rev. 8168) running on: Linux 2.6.18-5-686, PHP 5.2.0-8+etch9, mySQL 14.12 distribution 5.0.32, and Mono 1.2.2.1."