Error "Ldap_Bind: Strong Authentication Required" When Use Java AD External Authentication Plugins
(Doc ID 3057604.1)
Last updated on NOVEMBER 06, 2024
Applies to:
Oracle Internet Directory - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
AD Java external authentication plugins are used.
When test ldapbind, sometime bind succeed, sometime fail.
$ ./ldapbind -h <OID_HOSTNAME> -p <OID_PORT> -D '<OID_USER_DN>' -w <USER_PASSWORD_FROM_AD>
ldap_bind: Strong authentication required
ldap_bind: additional info: 00002028: LdapErr: DSID-0C09032E, comment: The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection, data 0, v4f7c
$ ./ldapbind -h <OID_HOSTNAME> -p <OID_PORT> -D '<OID_USER_DN>' -w <USER_PASSWORD_FROM_AD>
bind successful
$ ./ldapbind -h <OID_HOSTNAME> -p <OID_PORT> -D '<OID_USER_DN>' -w <USER_PASSWORD_FROM_AD>
ldap_bind: Strong authentication required
ldap_bind: additional info: 00002028: LdapErr: DSID-0C09032E, comment: The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection, data 0, v4f7c
$ ./ldapbind -h <OID_HOSTNAME> -p <OID_PORT> -D '<OID_USER_DN>' -w <USER_PASSWORD_FROM_AD>
bind successful
In OID logs when bind fail there is just:
ConnID:408911 mesgID:1 OpID:0 OpName:bind ConnIP:::[IP] ConnDN:Anonymous
INFO : gslfbidbDoBind * Version=3 BIND dn="<OID_USER_DN>" method=128
ConnId = 408911, op=0, IpAddr=:::[IP]
2024-09-30T03:17:08 * SUCCESS * sgslpvm_getJvmEnv * Attach to JVM succeeded
2024-09-30T03:17:08 * SUCCESS * gslsbbExecWhenReplacePlugin * Successfully Executed Java Plug-in oidexplg.jar
2024-09-30T03:17:08 * INFO * gslsbbExecWhenReplacePlugin * Operation Result Code returned from the when_replace_bind Java plug-in : 49
2024-09-30T03:17:08 * INFO:gsleswrASndResult OPtime=11569 micro sec RESULT=49 tag=97 nentries=0
END
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |