Oracle Internet Directory Administrator's Guide
Release 2.1.1

Part Number A86101-01

Library

Product

Contents

Index

Go to previous page Go to next page

4
Using the Administration Tools

This chapter introduces the various administration tools of Oracle Internet Directory. It discusses the online administration tool, called Oracle Directory Manager, and tells you how to launch it, navigate through it, and connect to directory servers with it. It also introduces the command line and bulk tools.

This chapter contains these topics:

Using Oracle Directory Manager

Oracle Directory Manager is a Java-based tool for administering Oracle Internet Directory. This section describes some of its basic features. More specific instructions are found in sections throughout this book that explain how to perform various tasks.

This section contains these topics:

Starting Oracle Directory Manager

Before you can launch Oracle Directory Manager, you must have a directory server instance running.

See Also:

 

To start Oracle Directory Manager, follow the instructions for your operating system:

Operating System  Instructions 

Windows NT or Windows 95 

From the Start menu, click Programs > ORACLE_HOME > Oracle Internet Directory > Oracle Directory Manager 

Sun Solaris 

If you have not set the path, then navigate to ORACLE_HOME/bin.

Type at the system prompt:

oidadmin 

The first time you start Oracle Directory Manager, an alert tells you that you must connect to a server. Click OK.

Connecting to a Directory Server

To connect to a directory server:

  1. In the Directory Server Connection dialog box, type the name and port number of an available server.

    The default port is 389. You can change the port if you wish. However, if you have an Oracle directory server running on a non-default port, be sure that any clients that use that server are informed of the correct port.

    Click OK. The Oracle Directory Manager Connect dialog box appears.

  2. In each field of the Credentials tab page, type the information specific to this server instance as described in the next table.

    Field  Description 

    User 

    The first time you log in, do so either as the superuser or anonymously. If you intend to configure SSL features during this session, login as the super user.

    If you are logging in as the super user, in the User box, type cn=orcladmin.

    If you are logging in anonymously, leave the User box empty.

    If you have already set up the user's entry by using LDAP command line tools, you can enter that user's entry in one of two ways:

    • Browse and select that entry by using the button to the right of the User field

    • Type the distinguished name (DN) for that user's entry by using the correct format, for example,

      cn=Susie Brown,ou=HR,o=acme,c=us
      
     

    Password 

    If you are logging in as the super user and you specified a password for the super user during installation, in the Password box, type the password you specified. Otherwise, type the default password, namely, welcome. After you are logged into Oracle Directory Manager and have connected to a directory server, you should change this password to protect the directory.

    If you are logging in anonymously, leave the Password box empty.

    If you want to login as a specific directory user, enter the corresponding password.

    See Also: "Managing Super, Guest, and Proxy Users" for instructions on how to change the password 

    Server 

    From the Server list, select the host containing the directory server to which you want to connect.

    If you are already connected to a directory server, and you want to connect to a directory server on a different host:

    1. Click the button to the right of the Server field. A dialog box displays a list of available servers.

    2. Select a server.

    3. Click OK.

    To add a directory server:

    1. Click Add. The Directory Server Connection dialog box appears.

    2. Type the name of the directory server you want to add.

    3. Click OK.

     

    Port 

    The default port (389) appears in this field. If there is more than one directory server instance on the same host, each directory server instance has a different port, and that port number appears in this field when you select the directory server instance.

    To change this port number:

    1. Click the button to the right of the Server field.

    2. In the Select Directory Server dialog box, select the directory server.

    3. Click Edit. The Directory Server Connection dialog box appears.

    4. In the Directory Server Connection dialog box, in the Port field, enter the new port number, then click Ok.

     

    SSL Enabled 

    Selecting this check box causes all commands you issue by using Oracle Directory Manager to be sent over Secure Sockets Layer (SSL).

    You can connect to a directory server either with or without SSL. If you connect by using SSL, then Oracle Directory Manager becomes an SSL client.

    You can connect in this way if both of the following two conditions are met:

    • The server to which you are connecting uses SSL. If that server does not use SSL, and you select this check box, then authentication will fail when you try to connect.

    • You have already created a wallet containing a certificate and a list of trusted certificates.

     

    See Also:

     

  3. If you selected the SSL Enabled check box on the Credentials tab, then select the SSL tab.

  4. Enter the requested data in the fields as described in the next table.

    Field  Description 

    SSL Location 

    If the user's wallet is on the local machine, then type the wallet path and file name by using this syntax:

      file: absolute_path_name

    If the wallet is on another machine, link to that location, then enter the linked path and file name of the wallet. 

    SSL Password 

    The password to open the user's wallet 

    SSL Authentication 

    Select the authentication level:

    • No SSL Authentication--Neither the client nor the server authenticates itself to the other. No certificates are sent or exchanged. If you selected the SSL Enabled check box on the Credentials tab, and choose this option, then only SSL encryption/decryption will be used.

    • SSL Client and Server Authentication--Two-way authentication. Both client and server send certificates to each other.

    • SSL Server Authentication--One-way authentication. Only the directory server authenticates itself to the client by sending its certificate to the client.

     


    Note:

    If the server requires two-way authentication, then each Oracle Directory Manager user must have a unique wallet. If one-way authentication is specified, then several Oracle Directory Manager users can use a single wallet. 


  5. Click Login. Oracle Directory Manager appears.

Navigating Oracle Directory Manager

This section provides an overview of Oracle Directory Manager, and explains the items in the menu bar and the buttons on the toolbar.

Overview of Oracle Directory Manager

Like the directory itself, the navigator pane (left side of the double window interface) has a tree-like structure. When Oracle Directory Manager first opens, the navigator pane shows only one tree item, Oracle Internet Directory Servers. By clicking the plus sign(+) next to the tree item, subcomponents of that tree item appear.

In the right pane, some windows contain buttons labeled Apply and OK. If you press Apply, the changes you have made are committed, and the window remains available for more changes. If you press OK, the changes you have made are committed, and the window closes.

Similarly, some windows have buttons that are labeled Revert and Cancel. If you press Revert, the changes you have made in that window do not take effect, and the window stays open for further work. If you press Cancel, the changes you have made in that window do not take effect, and the window closes.

The Oracle Directory Manager Menu Bar

The next table lists and describes the menus you can access by using the menu bar. Menu items become enabled or disabled depending on the pane or tab page you are displaying.

Menu  Menu Items 

File 

Create--Adds an object

Create Like--Adds a new object by using the object selected in the navigator pane as a template

Connect--Connects to a directory server selected in the navigator pane

Disconnect--Disconnects from a directory server selected in the navigator pane

Exit--Exits Oracle Directory Manager 

Edit 

Edit--Modifies an object

Remove--Removes a selected object

Find Object Classes--Searches for an object class 

View 

Refresh--Updates data stored in memory to reflect changes in the database

Tear-Off--Generates a secondary dialog containing the fields and values displayed in Oracle Directory Manager's right pane. This is useful when comparing two pieces of information. 

Operations 

Create Object Class--Displays the New Object Class dialog box that you use to add a new object class

Create Attribute--Displays the New Attribute Type dialog box that you use to add a new attribute to an entry

Create Access Ctrl Point--Displays the New Access Control Point dialog box that you use to add a new Access Control Policy Point.

Create Entry--Displays the New Entry dialog box that you use to add a new directory entry

Refresh Entry--Updates data for entries stored in memory to reflect changes in the database

Refresh Subtree Entries--Updates the children of entries stored in memory to reflect changes in the database

Drop Index--Removes an index from an attribute. When you select this item, an alert asks you to confirm that you want to drop the index.

Search ACPs--Enables you to configure ACP searches

User Preferences--Displays a dialog box that enables you to:

  • Configure the display of entry search results

  • Establish whether ACPs are displayed whenever Oracle Directory Manager runs, or only as the result of a search

 

Help 

Contents--Displays the Contents tab page of the Help navigator

Search for Help On...--Displays the Help Search dialog box that you use to search for words in the online help guide

About Oracle Internet Directory--Displays Oracle Internet Directory version information 

The Oracle Directory Manager Toolbar

Figure 4-1 and the accompanying table illustrate and describe the Oracle Internet Directory toolbar. Buttons become enabled or disabled depending on the pane or tab page you are displaying in Oracle Directory Manager.

Figure 4-1 Oracle Directory Manager Toolbar


Text Description of toolsa.gif follows
Text description of the illustration toolsa.gif

Button  Purpose 

Connect/Disconnect--Connects to or disconnect from a directory server selected in the navigator pane 

Refresh--Updates data for objects other than entries that are stored in memory to reflect changes in the database 

Create--Adds a new object 

Create Like--Adds a new object by using another object as a template 

Edit--Modifies an object 

Find Object Classes--Searches for an object class 

Delete--Removes an object 

Refresh Entry--Updates data for entries stored in memory to reflect changes in the database 

Refresh SubTree Entries--Updates the children of entries stored in memory to reflect changes in the database 

10 

Drop Index--Removes an index from an attribute. When you click this button, an alert asks you to confirm that you want to drop the index. 

11 

Search--Enables you to configure ACP searches 

12 

User Preferences--Enables you to configure the display of ACPs in the navigator pane, as well as entries in a search operation  

13 

Help--Displays the Help system 

Connecting to Additional Directory Servers

You can connect to more than one directory server at a time, and then view and modify the data, schema, and security for each directory server. If you do this, then each server is listed in the navigator pane under Oracle Internet Directory Servers.

To connect to an additional directory server:

  1. In the navigator pane, select Oracle Internet Directory Servers.

  2. In the right pane, click New.

  3. Follow the login procedures described in "Connecting to a Directory Server".

Disconnecting from a Directory Server

To disconnect from a directory server by using Oracle Directory Manager, choose File > Disconnect. Also, when you exit Oracle Directory Manager, connections between all directory servers and the directory are automatically disconnected.

All connection information is stored in the user's home directory in the file osdadmin.ini.

When you restart Oracle Directory Manager, all previously connected server connections appear in the Directory Server Login dialog box.

Performing Administration Tasks by Using Oracle Directory Manager

You can perform most of the Oracle Internet Directory administrative tasks through Oracle Directory Manager. Tasks that you cannot perform through Oracle Directory Manager involve running processes, such as starting and stopping the OID Monitor (oidmon) process and starting and stopping server instances. To perform tasks that you cannot perform with Oracle Directory Manager, use the appropriate LDAP command line tool.

The following table lists the task areas managed by Oracle Directory Manager and where to find instructions for using it in each area.

Task Area  Instructions 

Schema administration 

"Managing Object Classes by Using Oracle Directory Manager"

"Managing Attributes by Using Oracle Directory Manager" 

Entries management 

"Managing Entries by Using Oracle Directory Manager" 

ACP administration 

"Managing Access Control by Using Oracle Directory Manager" 

Partitioning and replication 

Chapter 10, "Managing Directory Replication" 

Using Command Line Tools

Oracle Internet Directory provides several command line tools for manipulating directory entries and attributes. This section explains the kind of tasks you can perform with each tool.

The command line tools act on objects that are in text files written in the LDAP Data Interchange Format (LDIF).

See Also:

"LDAP Data Interchange Format (LDIF) Syntax" for information on formatting an LDIF file 

The following table lists each command line tool, the task(s) you can perform with it, and where to find syntax and usage notes.

Tool  Task(s)  Syntax and Usage Notes 

ldapsearch 

Search for directory entries. 

"ldapsearch Syntax" 

ldapbind 

Authenticate user/client to a directory server. 

"ldapbind Syntax" 

ldapadd 

Add entries one at a time. 

"ldapadd Syntax" 

ldapaddmt 

Add several entries concurrently by using this multithreaded tool. 

"ldapaddmt Syntax" 

ldapmodify 

Create, update, and delete attribute data for an entry. 

"ldapmodify Syntax" 

ldapmodifymt 

Modify several entries concurrently by using this multithreaded tool. 

"ldapmodifymt Syntax" 

ldapdelete 

Delete entries.  

"ldapdelete Syntax" 

ldapcompare 

See whether an entry contains a specified attribute value. 

"ldapcompare Syntax" 

ldapmoddn 

Modify the DN or RDN of an entry, rename an entry or a subtree, or move an entry or a subtree under a new parent. 

"ldapmoddn Syntax" 

See Also:

"Using NLS with Command Line Tools" for a discussion of command line tools and NLS 

Using Bulk Tools

Bulk tools enable you to create and manage large numbers of directory entries from data residing in, or created by, other applications.


Important Note:

To use these tools you must provide the Oracle Internet Directory password. The default password is ods, although the system administrator can change it by using the OID Database Password Utility.  


See Also:

 

The table that follows lists each bulk tool, the task(s) you can perform with it, and where to find syntax and usage notes.

Tool  Task(s)  Syntax and Usage Notes 

bulkload 

Load large number of entries to Oracle Internet Directory through LDIF files 

"bulkload Syntax" 

ldifwrite 

Copy data from the directory information base into an LDIF file that can be read by any LDAP compliant directory server. You can use ldifwrite in conjunction with bulkload. You can also use ldifwrite to back up information from all or part of a directory. 

"ldifwrite Syntax" 

bulkmodify 

Modify a large number of existing entries efficiently 

"bulkmodify Syntax" 

bulkdelete 

Delete a subtree efficiently 

"bulkdelete Syntax" 

Using OID Control Utility

OID Control Utility is a command line tool for starting and stopping the server. The commands are interpreted and executed by the OID Monitor process.

See Also:

 

Using the Catalog Management Tool

Oracle Internet Directory uses indexes to make attributes available for searches. When Oracle Internet Directory is installed, the entry cn=catalogs lists available attributes that can be used in a search. Only those attributes that have an equality matching rule can be indexed.

If you want to use additional attributes in search filters, you must add them to the catalog entry. You can do this at the time you create the attribute by using Oracle Directory Manager. However, if the attribute already exists, then you can index it only by using the Catalog Management tool.

See Also:

 

Using the OID Database Password Utility

Oracle Internet Directory uses a password when connecting to an Oracle database. The default for this password when you install Oracle Internet Directory is ODS. You can change this password by using the OID Database Password Utility.

See Also:

"OID Database Password Utility Syntax" for syntax and usage notes 

Using the Replication Tools

When a replication conflict arises, Oracle directory replication server places the change in the retry queue and tries to apply it from there for a specified number of times. If it fails after that specified number, then the replication server puts the change in the human intervention queue. From there, the replication server repeats the change application process at less frequent intervals while awaiting your action.

At this point, you need to:

  1. Examine the change in the human intervention queues

  2. Reconcile the conflicting changes

  3. Place the change either back into the retry queue or into the purge queue.

The following replication tools assist you in this process:

OID reconciliation tool 

Enables you to synchronize conflicting changes 

Human intervention queue manipulation tool 

Enables you to move changes from the human intervention queue to either the retry queue or the purge queue 

See Also:

 

Using the OID Database Statistics Collection Tool

The OID database statistics collection tool, located in $ORACLE_HOME/ldap/admin/, assists in capacity planning. It helps you analyze the various database ods schema objects so that you can estimate the statistics.

See Also:

"OID Database Statistics Collection Tool Syntax" 

Administration Tasks at a Glance

Oracle Internet Directory administration tasks are described throughout this manual. Table 4-1 points you to the information you need for some of the more common tasks.

Table 4-1 Common Administration Tasks and Where To Find Instructions
Task  Information 

Managing Attributes 

 

Add, modify, or delete an attribute by using command line tools 

"Managing Attributes by Using Command Line Tools" 

Add, modify, or delete an attribute by using the Oracle Directory Manager 

"Managing Attributes by Using Oracle Directory Manager" 

Managing Entries 

 

Add, modify, or delete a directory entry by using command line tools 

"Managing Entries by Using Command Line Tools" 

Add, modify, or delete a directory entry by using Oracle Directory Manager 

"Managing Entries by Using Oracle Directory Manager" 

Import bulk data files 

"bulkload Syntax"

"LDAP Data Interchange Format (LDIF) Syntax" 

View Directory Information Tree (DIT) hierarchy of entries 

"Managing Entries by Using Oracle Directory Manager" 

Managing Object Classes 

 

Add, modify, or delete object classes by using command line tools 

"Managing Object Classes by Using Command Line Tools" 

Add, modify, or delete object classes by using Oracle Directory Manager 

"Managing Object Classes by Using Oracle Directory Manager" 

Managing Security 

 

Set up an Access Control Policy Point (ACP) 

Chapter 9, "Managing Directory Access Control" 

Set up security 

Chapter 8, "Managing Secure Sockets Layer (SSL)" 

Managing Servers 

 

Configure server instance parameters by using command line tools 

"Managing Server Configuration Set Entries by Using Command Line Tools" 

Configure server instance parameters by using the Oracle Directory Manager 

"Managing Server Configuration Set Entries by Using Oracle Directory Manager" 

Connect to a directory by using Oracle Directory Manager 

"Connecting to a Directory Server"

"Connecting to Additional Directory Servers"  

Run the directory server processes 

Chapter 3, "Preliminary Tasks" 

Stop the directory server processes 

Chapter 3, "Preliminary Tasks" 

View system operational attributes 

"Setting System Operational Attributes by Using Oracle Directory Manager"

"Setting System Operational Attributes by Using ldapmodify" 

Managing Replication 

 

Set up replication 

Chapter 10, "Managing Directory Replication" 

Resolve replication change conflicts 

"Conflict Resolution in Replication" 

Move replication changes from human intervention queue to either the retry queue or the purge queue 

"Using the Human Intervention Queue Manipulation Tool" 


Go to previous page Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index