LDAP Authentication
LDAP Authentication
I have entered in all of my Active Directly and LDAP credentials with a user that has Domain Admin right. When I go to do the AD import I get the following error: " Unable to authenticate: 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1 "
Re: LDAP Authentication
Please post a sanitized screenshot of your Authentication Server Settings under Admin > Manage Users.
Thank you
Thank you
Re: LDAP Authentication
File attached with Auth Settings
You do not have the required permissions to view the files attached to this post.
Re: LDAP Authentication
I attached the scrubbed setting please let me know if anything else will help out.
Re: LDAP Authentication
Are you positive the password was correct? If so, does it contain any special characters at all?
The error indicates that the username is correct, but the password is not.
(http://ldapwiki.willeke.com/wiki/Common ... d%20Errors)
The error indicates that the username is correct, but the password is not.
Code: Select all
49 52e 1326 ERROR_LOGON_FAILURE Returns when username is valid but password/credential is invalid. Will prevent most other errors from being displayed as noted.
Former Nagios Employee
Re: LDAP Authentication
Sorry I got busy with other projects and now I am back on the nagios install. Yes the password does contain special characters so I will try replacing them with CAPS or something.
Re: LDAP Authentication
Let us know if that works, more than likely I believe that's the issue though.
Former Nagios Employee
Re: LDAP Authentication
This is from my Nagios XI box doing an ldapsearch and I used the exact same creds in the Wizard and the Admin setup on the web interface with no luck
Last login: Fri Sep 30 11:31:59 2016 from todd-pc.mapcom.local
[root@nagios_netmon ~]# ldapsearch -x -h 172.16.1.71 -b 'dc=mapcom,dc=local' -D '[email protected]' -W "objectCategory=Users" dn
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base <dc=mapcom,dc=local> with scope subtree
# filter: objectCategory=Users
# requesting: dn
#
# search reference
ref: ldap://ForestDnsZones.mapcom.local/DC=ForestDnsZones,DC=mapcom,DC=local
# search reference
ref: ldap://DomainDnsZones.mapcom.local/DC=DomainDnsZones,DC=mapcom,DC=local
# search reference
ref: ldap://mapcom.local/CN=Configuration,DC=mapcom,DC=local
# search result
search: 2
result: 0 Success
# numResponses: 4
# numReferences: 3
[root@nagios_netmon ~]#
Last login: Fri Sep 30 11:31:59 2016 from todd-pc.mapcom.local
[root@nagios_netmon ~]# ldapsearch -x -h 172.16.1.71 -b 'dc=mapcom,dc=local' -D '[email protected]' -W "objectCategory=Users" dn
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base <dc=mapcom,dc=local> with scope subtree
# filter: objectCategory=Users
# requesting: dn
#
# search reference
ref: ldap://ForestDnsZones.mapcom.local/DC=ForestDnsZones,DC=mapcom,DC=local
# search reference
ref: ldap://DomainDnsZones.mapcom.local/DC=DomainDnsZones,DC=mapcom,DC=local
# search reference
ref: ldap://mapcom.local/CN=Configuration,DC=mapcom,DC=local
# search result
search: 2
result: 0 Success
# numResponses: 4
# numReferences: 3
[root@nagios_netmon ~]#
Re: LDAP Authentication
Just to make sure, I know you mentioned in the past that your password had special characters in it.
Is this still the case, or are you trying with just capital letters at this point?
Is this still the case, or are you trying with just capital letters at this point?
Former Nagios Employee
Re: LDAP Authentication
Same thing with a password using only numbers and letters