Hi Experts,
Does DBCA command requires "Anonymous Binding" enabled on OUD instance. From below thread I learned it's required only for NETCA or Database Resolution.
OUD Proxy Server mode - 1389, 1636 Ports - Disable Ananymous binding
I disabled anonymous authentication to OUD using "allowed-auth-method" of Network-Group. After that dbca registration is successful but unregistration of same DB failed!
dbca -silent -configureDatabase -sysDBAUserName system -sysDBAPassword Passw0rd1 -sourceDB eusdb1 -registerWithDirService true -dirServiceUserName uid=eusadmin,cn=OracleContext -dirServicepassword Passw0rd1 -walletpassword Passw0rd1
dbca -silent -configureDatabase -sourceDB eusdb1 -sysDBAUserName sys -sysDBAPassword Passw0rd1 -unregisterWithDirService true -dirServiceUserName uid=eusadmin,cn=OracleContext -dirServicePassword Passw0rd1 -walletPassword Passw0rd1
In both cases below error is visible in logs!!!
CONNECT conn=355 from=172.*********:38197 to=172.*******:9636 protocol=LDAPS
BIND REQ conn=355 op=0 msgID=1 type=SIMPLE dn="" version=3
BIND RES conn=355 op=0 msgID=1 result=1 message="The directory server could not find a Network Group for the bind dn "" because the client connection does not match the connection criteria for any Network Group(s)" etime=1
Looks like DBCA requires Anonymous binding enabled for cn=OracleContext,dc=eus,dc=com ( branch where DB metadata is saved)!!!! Please post your thoughts!!