Unsolved

This post is more than 5 years old

3 Posts

5425

February 27th, 2017 03:00

Isilon: Failed to join domain: LW_ERROR_LDAP_INVALID_DN_SYNTAX

Hi,

i try to join the Isilon (Onefs 8.0.1) to our Active Directory, bur got this Error:

The Active directory provider did not create due to the following error:

Failed to join domain 'ADS.DOMAIN.DE' account 'xxxx' user 'xxxxxx@ADS.DOMAIN.DE': LW_ERROR_LDAP_INVALID_DN_SYNTAX


OU is:

OU=Hadoop,OU=Groups,OU=ZD,DC=ads,DC=domain,DC=de


What is the right format/Syntax?


Thanks

Timo

4 Operator

 • 

1.2K Posts

February 27th, 2017 05:00

Two questions:

1) what was the exact "isi auth ads create" command you entered?

2) regarding:

OU is:

OU=Hadoop,OU=Groups,OU=ZD,DC=ads,DC=domain,DC=de

Is this is the verbatim output as part of the error message, or did you gather

it from elsewhere to provide some context?

Note that the error code is about the "DN syntax".

A DN (distingiushed name) would usually start with two "CN" (common names), e.g:

CN=Hadoop,CN=Groups,OU=...DC=...

And that would be still a group, not a user as required (Example from CLI Admin manual):

isi auth ads create --name=adserver.company.com --user=administrator --groupnet=groupnet3


 


Cheers

-- Peter

3 Posts

February 27th, 2017 05:00

Hi Peter,

i used the OneFS GUI and put the string 'OU=Hadoop,OU=Groups,OU=ZD,DC=ads,DC=domain,DC=de'into the " field"

regards
Timo

4 Operator

 • 

1.2K Posts

February 27th, 2017 08:00

Timo, have you seen that Organizational Unit is optional -- does it work when you leave it out?

There is also a minor quirk: this field doesn't require LDAP syntax, but a plain style:

Unitname or Unitname/subunitname

Still not quite sure what you want to achieve with specifying the

Hadoop (account-)group as Organizational Unit  though.

-- Peter

1 Rookie

 • 

8 Posts

August 16th, 2018 06:00

You need to specify the string in a different format like "OU_Name/OU_Subname" (valid for Isilon GUI/CLI)

For exampe if your structure looks like

ou=hadoop,ou=groups,ou=zd,dc=ads,dc=domain,dc=de => "zd/groups/hadoop"

or for


ou=Computers,ou=EMC Celerra     =>     "emc celerra/computers"

1 Rookie

 • 

11 Posts

November 30th, 2020 09:00

I've seen this error before when isilon try to join new authentication provider and it was due to user account limited privileges, the user account should have a privilege to create OU in domain controller forest. likely using a DA account to join the DC will help.

No Events found!

Top