1) There are many free ldap browsers available but I had used "Softerra" ldap browser. You can download this browser from the link Softerra LDAP Browser
2) You will be downloading "msi(Microsoft Installer)" file. Just click on this "ldapbrowser26.msi" and follow the steps of installation which are very simple. Once the installation is complete, go to "Start --> Programs --> Softerra Ldap Browser" and click on "LDAP Browser 2.6" which should open the browser.
3) Before creating profile, we need to need to set password for our "Embedded LDAP server" in the weblogic domain. For this Login to the console, go to "Domain --> Security --> Embedded LDAP" and enter new password in the fields "Credential" and "Confirm Credential".
4) Once you had reset we need to create profile for this "Weblogic Domain" in Ldap Browser. Follow below steps
a) Click on "File --> New Profile". Enter a profile name in GUI and click "Next" . Below is the screen shot.

b) Enter below details for "Host Information" screen and click next.
Host :- hostname on which your weblogic server is installed.
Port :- Port on which weblogic Admin server is running.
Base DN :- dc=YourDomainName. For example dc=VASTestDomain
Anonymous bind :- false(don't check this check box)

c) Enter below details for "Credentials" screen and click Finish.
User DN :- cn=Admin
Password :- enter password( you had set this password in step 3)

5) Once you had finished about step you can see your "profile" under left hand side column. Expand the profile you can see all details of the "Embedded LDAP Server".

Note :- There are lot more features where you can export or import your LDAP data. Please explore the tool.
Acknowledgments :- http://download.oracle.com/docs/cd/E12840_01/wls/docs103/secmanage/ldap.html

