To reconnect to a live connection, click it.

7-14 Oracle Fusion Middleware Administrators Guide for Oracle Internet Directory ldapsearch -b cn=subschemasubentry -s base objectclass= -p 3060 \ -D cn=orcladmin -q This book contains many examples of LDAP tool use. For security reasons, avoid supplying a password on the command line whenever possible. A password typed on the command line is visible on your screen and might appear in log files or in the output from the ps command. When you supply a password at a prompt, it is not visible on the screen, in ps output, or in log files. Use the -q and -Q options, respectively, instead of the -P password and -w password options. The LDAP tools have been modified to disable the options -w password and -P password when the environment variable LDAP_PASSWORD_PROMPTONLY is set to TRUE or 1. Use this feature whenever possible. Using Bulk Tools Oracle Internet Directory provides several tools to help you manage large numbers of entries. See Chapter 15, Performing Bulk Operations. Using WLST The Oracle WebLogic Scripting Tool WLST is a Jython-based command-line scripting environment that you can use to manage and monitor WebLogic Server domains. To use it to manage and monitor Oracle Internet Directory, you must navigate to the custom MBean tree where Oracle Internet Directory is located. Then you can list, get values, and change values of the managed beans MBeans that represent Oracle Internet Directory resources. See Managing System Configuration Attributes by Using WLST on page 9-14 and Configuring SSL by Using WLST on page 26-8. See Also: ■ Managing Entries by Using LDAP Command-Line Tools on page 13-11. ■ The chapter Oracle Internet Directory Data Management Tools in Oracle Fusion Middleware Reference for Oracle Identity Management for a detailed description of each tool. See Also: Using Passwords with Command-Line Tools in Oracle Fusion Middleware Reference for Oracle Identity Management. See Also: The chapter Oracle Internet Directory Data Management Tools in Oracle Fusion Middleware Reference for Oracle Identity Management for a detailed description of each tool. Note: WLST manages Oracle Internet Directory through its SSL port. The Oracle Internet Directory SSL port must be configured for no authentication or server authentication. If the Oracle Internet Directory SSL port is configured for mutual authentication, you will not be able to change Oracle Internet Directory parameters. by using WLST. See SSL Authentication Modes on page 26-3.