1 Message
0
4174
February 22nd, 2021 00:00
Create External Authentication Authority: LDAP Error 49
Good morning.
I get the following error when attempting to create a ne External Authority in Network v19:
Creation failed
176230: Unable to add external authentication provider to authentication service. [ErrorMsg: Failed to verify configuration [DOMAIN]: An authentication error has occurred while accessing the naming directory service: [LDAP: error code 49 - 80090308 ldapErr: DSID-0C09044E, comment AcceptSecurityContect errpr, data 52e, v2580], HTTPErrorCode: 400]
I am connecting to a W2K12 DC using LDAP over SSL. I can connect using the same credentials and port using the Windows LDP utility which suggests I may need to tweak a setting in networker.
Regards
No Events found!
crazyrov
4 Operator
•
1.3K Posts
0
February 22nd, 2021 00:00
@petosaur, you have a error code 400 which might mean that the parameters you are passing might be wrong. How are you configuring the integration via the CLI or on the NMC ?
not sure but I think this might help - https://youtu.be/GzB5sqyPTGA.
barry_beckers
393 Posts
0
March 10th, 2021 06:00
"LDAP: error code 49" and specifically "data 52e" seems to suggest:
https://ldapwiki.com/wiki/Common%20Active%20Directory%20Bind%20Errors
Possibly a password with (too) special characters in them? Not with NW but had some issues with Dell DPC appliance hooking it up to AD, as I could not find a way to escape a "!" in the password (at least I recall that being the culprit). Once the password was changed, it worked right away, while before it gave me this very same error.