DOKK / manpages / debian 10 / 389-ds-base-legacy-tools / schema-reload.8.en
SCHEMA-RELOAD.PL(8) System Manager's Manual SCHEMA-RELOAD.PL(8)

schema-reload.pl - Directory Server perl script for updating the schema.

schema-reload.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-P protocol] [-d schemadir] [-h]

Manually reloads the schema files used by the Directory Server instance, either in the default location, or in user-specified locations.

A summary of options is included below:

The server ID of the Directory Server instance. If there is only one instance on the system, this option can be skipped.
The Directory Manager DN, or root DN. If not specified, the script will search the server instance configuration for the value.
The rootdn password.

Prompt for the rootdn password.
The name of the file that contains the root DN password.
Gives the full path to the directory where the schema file is located. If this is not specified, the script uses the default schema directory, /etc/dirsrv/schema.
The connection protocol to connect to the Directory Server. Protocols are STARTTLS, LDAPS, LDAPI, and LDAP. If this option is skipped, the most secure protocol that is available is used. For LDAPI, AUTOBIND is also available for the root user.

Display usage

Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically.

Exit status is zero if no errors occur. Errors result in a non-zero exit status and a diagnostic message being written to standard error.

schema-reload.pl was written by the 389 Project.

Report bugs to https://pagure.io/389-ds-base/new_issue

Copyright © 2017 Red Hat, Inc.

March 31, 2017