Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Need help with External LDAP configuration

Updated: 21 May 2010 | 7 comments
vova's picture
0 0 Votes
Login to vote

I have configure external ldap and ran the task from workflow with "success", but still no users or groups.I miss something.

imagebrowser image

Discussion Filed Under:

Comments

PureD's picture
17
Jul
2009
0 Votes 0
Login to vote

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'?

vova's picture
18
Jul
2009
0 Votes 0
Login to vote

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.

imagebrowser image

Thank You.

PureD's picture
21
Jul
2009
0 Votes 0
Login to vote

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 ?

vova's picture
22
Jul
2009
0 Votes 0
Login to vote

The same domain

The cifs group within the same domain as puredisk server.

Deepak W's picture
22
Jul
2009
0 Votes 0
Login to vote

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

imagebrowser image

-- Deepak W (Kindly close the thread if your query is resolved)

vova's picture
22
Jul
2009
0 Votes 0
Login to vote

Thanks

But the DN was provided correctly and the group is within the same domain as puredisk server

PureD's picture
23
Jul
2009
0 Votes 0
Login to vote

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.