-
Feature Request
-
Resolution: Unresolved
-
Normal
-
None
-
2.5
-
False
-
-
False
Description
Some customers are getting the following error, with the LDAP AD authentication:
LdapErr: DSID-0C090BA8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v3839'})
After adding "OPT_REFERRALS": 0 under LDAP Connection Options, the issue if fixed.
According to the UI mouse over menu LDAP Connection Options:
LDAP referrals are disabled by default (to prevent certain LDAP queries from hanging with AD)
But, the customers need to set the OPT_REFERRALS to O so, it would be great to have pre-configured again the OPT_REFERRALS and OPT_NETWORK_TIMEOUT, as there were in AAP 2.4:
"AUTH_LDAP_CONNECTION_OPTIONS": { "OPT_REFERRALS": 0, "OPT_NETWORK_TIMEOUT": 30 }