Active Directory Intergration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
[email protected]
Posts: 6
Joined: Mon Nov 23, 2015 6:42 am

Re: Active Directory Intergration

Post by [email protected] »

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?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Active Directory Intergration

Post 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
Former Nagios Employee
Locked