HP-UX Directory Server 8.1 configuration, command, and file reference
6.5.5 Additional ldapmodify options
Table 6-14 Additional ldapmodify options
DescriptionOption
Causes the utility to check every attribute value to determine whether the value is a valid file
reference. If the value is a valid file reference, then the content of the referenced file is used as the
attribute value. This is often used for specifying a path to a file containing binary data, such as JPEG.
For example, to add a jpegPhoto attribute, specify the -b option on the ldapmodify call. In the
LDIF provided to the ldapmodify utility, include a line like the following:
jpegPhoto: /tmp/photo.jpeg
The ldapmodify command reads the contents of the photo.jpeg file into the jpegPhoto attribute
being added to the entry.
As an alternative to the -b option, use the :< URL specifier notation, which is simpler. For example:
jpegphoto:< file:///tmp/myphoto.jpg
Although the official notation requires three ///, the use of one / is accepted.
NOTE:
The :< URL specifier notation only works if LDIF statement is version 1 or later, meaning version:
1 is inserted in the lDIF file. Otherwise, the file URL is appended as the attribute value rather than
the contents of the file.
For further information on the LDIF format, see the "Managing Directory Entries" chapter in the
HP-UX Directory Server administrator guide.
-b
Specifies that the utility run in continuous operation mode. Errors are reported, but the utility
continues with modifications. The default is to quit after reporting an error.
-c
Lists all available options for the ldapmodify command.-H
Manages smart referrals. This causes the server not to return the smart referral contained on the
entry but, instead, to apply the modification request directly to the entry. Use this option to add,
change, or delete a directory entry that contains a smart referral. For more information about smart
referrals, see the "Configuring Directory Databases" chapter in the HP-UX Directory Server
administrator guide.
-M
Specifies that the entries are not actually to be modified but that the ldapmodify command is to
show what it would do with the specified input.
-n
Specifies the maximum number of referral hops to follow. For example:
-O 2
-O
Specifies that referrals are not to be followed automatically.
-R
Specifies that the utility is to run in verbose mode.
-v
Specifies the LDAP version number to be used on the operation. For example:
-V 2
LDAPv3 is the default. An LDAPv3 operation cannot be performed against a Directory Server that
only supports LDAPv2.
-V
Specifies the proxy DN to use for the modify operation. This argument is provided for testing
purposes. For more information about proxied authorization, see the "Managing Access Control"
chapter in the HP-UX Directory Server administrator guide.
-Y
6.6 ldapdelete
The ldapdelete command performs delete operations on directory entries through LDAP.
• “ldapdelete syntax” (page 205)
• “Commonly-used ldapdelete options” (page 205)
• “ldapdelete SSL options” (page 205)
204 Command-line utilities