Syntax - Red Hat CERTIFICATE SYSTEM 7.2 - COMMAND-LINE TOOLS Manual

Command-line tools guide
Hide thumbs Also See for CERTIFICATE SYSTEM 7.2 - COMMAND-LINE TOOLS:
Table of Contents

Advertisement

Chapter 6. PIN Generator
## This line switches setpin into setup mode.
## Please do not change it.
setup=yes
3. Run
, and set the option file to
setpin
setpin optfile=/usr/lib/rhpki/native-tools/setpin.conf

1.2. Syntax

The
has the following syntax:
setpin
setpin host=host_name [port=port_number] binddn=user_id
[bindpw=bind_password] filter="LDAP_search_filter" [basedn=LDAP_base_DN]
[length=PIN_length | minlength=minimum_PIN_length |
maxlength=maximum_PIN_length]
[gen=character_type] [case=upperonly] [hash=algorithm]
[saltattribute=LDAP_attribute_to_use_for_salt_creation] [input=file_name]
[output=file_name] [write] [clobber] [testpingen=count]
[debug] [optfile=file_name] [setup [pinmanager=pinmanager_user]
[pinmanagerpwd=pinmanager_password]]
Option
host
port
binddn
bindpw
filter
basedn
20
.
setpin.conf
Description
Required. Specifies the LDAP directory to
which to connect.
Specifies the LDAP directory port to which to
bind. The default port number is the default
LDAP port,
389
Required. Specifies the user as whom the PIN
Generator binds to the LDAP directory. This
user account must have read/write access to
the directory.
Gives the password for the user ID set in the
option. If the bind password is not
binddn
given at the command line, the tool prompts
for it.
Required. Sets the search filter for those DNs
in the directory for which the tool should
generate PINs.
Specifies the base DN under which to search
for DNs. If this argument is not specified, the
filter searches from the root.
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CERTIFICATE SYSTEM 7.2 - COMMAND-LINE TOOLS and is the answer not in the manual?

Questions and answers

Table of Contents