Need help with External LDAP configuration
Updated: 21 May 2010 | 7 comments
I have configure external ldap and ran the task from workflow with "success", but still no users or groups.I miss something.
Discussion Filed Under:
I have configure external ldap and ran the task from workflow with "success", but still no users or groups.I miss something.
Comments
re: Need help with External LDAP configuration
Did you fill in the 'Manage User Groups' with one or more group CN's? If so, what did the 'External LDAP server synchronization' workflow job log show? Can the user accounts be found within "cn=users,dc=training,dc=local"? Are these users members of the group or groups you specified in 'Manage User Groups'?
Thank You for your
Thank You for your replay.
Yes I added the group called " cifs" to OU users on Manage User Groups and I had run the Sync job. The log say's :
Start to load group cn=cifs,cn=users,dc=training,dc=local from EXTERNAL LDAP
*** Error Message ***
severity: 6
server: 381000000
source: SPA-CLI_Component
description:
The name attribute for usergroup with external ref cn=cifs,cn=users,dc=training,dc=local does not exist on your external LDAP or its value is emtpy.
*** End
There is one user in " cifs " group.
Thank You.
Interesting. I get the exact
Interesting. I get the exact same errors for any groups and/or users that exist in a different domain other than the group specified in 'Manage User Groups'. In otherwords, the ldapsearch the UI uses will not find any users/groups that are not in the domain it is syncing with. So is the 'cifs' group actually residing in a different domain/forest than dc=training,dc=local ?
The same domain
The cifs group within the same domain as puredisk server.
why dont you guys use
why dont you guys use sysinternal tool...
This is advanced AD explorer, this tool will help you in such cases where we have to enter full path of LDAP to AD object.
refer to below screenshot for your reference also download link for this is also mentioned below.
NOTE: This tool is FREE
http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx
-- Deepak W (Kindly close the thread if your query is resolved)
Thanks
But the DN was provided correctly and the group is within the same domain as puredisk server
dsquery
You can also use dsquery to grab info from AD....it's built in, no need to install anything.
dsquery group -name "domain users"
dsquery * "CN=Domain Users,CN=Users,DC=acme,DC=com" -attr *
....does the output really show your users that you expect? And what does it say about memberOf?
For users, pick one and insert cn specifics: dsquery * <cn> -name <username> -attr *
Btw....what does an ldapsearch w/in the linux OS on your PureDisk server output? If ldapsearch cannot display what you expect there is no way PureDisk will.
Would you like to reply?
Login or Register to post your comment.