Page 2 of 2

Re: Active Directory Intergration

Posted: Fri Dec 04, 2015 4:01 am
rkennedy wrote:The error seems to relate to a user not found, which makes me think the full DN might not be proper. What is the full DN format that you're using to check? Can you paste it here?

Also, open a command prompt and type -

Code: Select all

dsquery user -name firstname*
Replace firstname with the first name of the user you're trying to use in AD and paste the result.
The output of the dsquery is:

Code: Select all

U:\>dsquery user -name admin_(MyName:InitialSurname)
"CN=admin_(MyName:InitialSurname),OU=Admin Users,OU=Technology,OU=HQ,DC=AS,DC=Local"
I have then used that to attempt AD user import and I still get the 525 error.

I am still using the Authentication Server Settings pictures previously. Does the entries within that picture look correct, in as far as how the Base DN and Account Suffix is concerned?

Re: Active Directory Intergration

Posted: Fri Dec 04, 2015 10:17 am
by rkennedy
For the DN I believe it should be OU=Admin Users,OU=Technology,OU=HQ,DC=AS,DC=Local

As for the suffix you may need an @ sign in there before as.local, so @as.local