Working with WebLogic Server Embedded LDAP

We all know that WebLogic server has an Embedded LDAP. It is not bad idea to use Embedded LDAP if the user count in your enterprise is less than 10k. However, it is not recommended to use Embedded LDAP in production environments.

Today I have tried binding to Embedded LDAP through ldapbind command without success. So the reason for this is the unknown password.

So I have updated the password in WebLogic console as shown below and bounced the WebLogic Admin Server.

Access the LDAP using any of the browsers as shown below.

Observe the important connection parameters:

Hostname: Hostname of the WebLogic Server.

Port: WebLogic Admin Server port.

Base DN: This is the WebLogic domain name.

User DN: By default the Admin user DN is cn=Admin.

Password: Admin user password.

Observe the existing users .

 

 

 

 

 

 

Observe the existing groups.

 

 

 

 

 

 

You can create users/groups as usual.

Hope this helps.

Comments are closed.

Scroll to Top