You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have netbox setup, and i am now trying to add on the ldap authentication portion to working with active directory. I have followed the instructions to run django and install it properly. I am now getting the following error message when I attempt to authenticate with my domain user.
I have confirmed through testing that LDAP authentication is working from the server by running the ldapsearch -H commands in Ubuntu, but it does work in the application
I have posted my current config to pastebin, if anyone can help me decipher why its failing that would be great!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have netbox setup, and i am now trying to add on the ldap authentication portion to working with active directory. I have followed the instructions to run django and install it properly. I am now getting the following error message when I attempt to authenticate with my domain user.
Caught LDAPError while authenticating domain\xxx.adm: INVALID_CREDENTIALS({'msgtype': 97, 'msgid': 1, 'result': 49, 'desc': 'Invalid credentials', 'ctrls': [], 'info': '80090308: LdapErr: DSID-0C09044E, comment: AcceptSecurityContext error, data 52e, v2580'})
I have confirmed through testing that LDAP authentication is working from the server by running the ldapsearch -H commands in Ubuntu, but it does work in the application
I have posted my current config to pastebin, if anyone can help me decipher why its failing that would be great!
https://pastebin.com/S9a9aLWD
Beta Was this translation helpful? Give feedback.
All reactions