Follow the steps below to disable Null Base search on Oracle Ldap Oracle Internet Directory,
1. First check if anonymous bind is enabled,
ldapbind -h localhost -p 389 -D cn=orcladmin
This means anonymous bind is enable
2. Now check the parameter,
ldapsearch -h localhost -p 389 -D "cn=orcladmin" -w xxxx -s base -b "" "(objectclass=*)" "orclanonymousbindsflag"
3. Create an ldif file disable.ldif to set the flag to 0 with the following contents,
dn:
changetype: modify
replace: orclanonymousbindsflag
orclanonymousbindsflag: 1
4. Run ldapmodify to make the changes on your ldap server.
ldapmodify -h localhost -p 389 -D "cn=orcladmin" -w xxxx -f disable.ldif
Comments
I am working in Oracle India pvt ltd.as business operations analyst.i want to do Oracle DBA is it use full for future?i want to stay in oracle only .thats why .Please suggest me Thank you