Olcmd Ldapmodify - Paradyne OpenLane SLM 5.5 Administrator's Manual

Paradyne network device administrator's guide
Table of Contents

Advertisement

A. OLCmd Reference

OLCmd ldapmodify

The ldapmodify command adds or modifes entries in the LDAP database. It
accepts input from the STDIN stream.
Format:
OLCmd ldapmodify [-D bindDN ] [-w password ] [-h host ] [-p port ] [-F]
[-a | -r] [-b] [-c] [-v]
Where:
Example:
The file new.ldif contains data for new database entries, in LDAP Data Interchange
Format (LDIF). The following command adds the entries to the LDAP database:
OLCmd ldapmodify -D c=US -w admin -a -c < data/new.ldif
A-20
-D bindDN
-w password
-h host
-p port
-F
-a
-r
-b
-c
-v
January 2002
Is the Distinguished Name (DN) used to bind to
the directory.
Is the database password.
Is the name or IP address of the OpenLane
management server.
Is the port used to connect to the LDAP database.
Specifies that all changes will be forced, even
when input lines begin with replica:.
Specifies that data is to be added. If neither -a nor
-r is specified, -r is presumed.
Specifies data is to be replaced. If neither -a nor
-r is specified, -r is presumed.
Specifies that any value starting with a forward
slash (/) is the pathname of a binary file.
Specifies that the command should continue
execution even after an error.
Specifies that debugging information should be
returned.
7800-A2-GB32-00

Advertisement

Table of Contents
loading

Table of Contents