Ldif2Ldap (Performs Import Operation Over Ldap); Pwdhash (Prints Encrypted Passwords) - Red Hat DIRECTORY SERVER 8.0 Command Reference Manual

Hide thumbs Also See for DIRECTORY SERVER 8.0:
Table of Contents

Advertisement

Chapter 7. Command-Line Scripts
Option
-s includeSuffix
-x excludeSuffix
Table 7.9. ldif2db Options

7.3.8. ldif2ldap (Performs Import Operation over LDAP)

Performs an import operation over LDAP to the Directory Server. To run this script, the server must be
running.
Syntax
ldif2ldap -D rootdn -w password -f filename
Options
Option
-D rootdn
-f filename
-w password
Table 7.10. ldif2ldap Options

7.3.9. pwdhash (Prints Encrypted Passwords)

Prints the encrypted form of a password using one of the server's encryption algorithms. If a user
cannot log in, use this script to compare the user's password to the password stored in the directory.
Syntax
pwdhash -D config_directory [ -H ] [[ -s scheme ] | [ -c comparepwd ]] [ password ]
Options
Option
-D config_directory
-c password
-s scheme
-H
Table 7.11. pwdhash Options
212
Description
Gives the suffixes to be included or to specify the
subtrees to be included if -n has been used.
Gives the suffixes to be excluded.
Description
Gives a user DN with root permissions, such as
Directory Manager.
Gives the name of the file to be imported. When
importing multiple files, the files are imported in
the order they are specified on the command
line.
Gives the password associated with the user DN.
Description
Gives the full path to the configuration directory.
Gives the hashed password string to which to
compare the user's password.
Gives the scheme to hash the given password.
Shows the help.

Advertisement

Table of Contents
loading

Table of Contents