~ubuntu-branches/debian/experimental/389-ds-base/experimental

« back to all changes in this revision

Viewing changes to man/man8/schema-reload.pl.8

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2014-07-08 15:50:11 UTC
  • mfrom: (0.2.2)
  • Revision ID: package-import@ubuntu.com-20140708155011-r66lvtioamqwaype
Tags: 1.3.2.19-1
* New upstream release.
* admin_scripts.diff: Updated to fix more bashisms.
* watch: Update the url.
* Install failedbinds.py and logregex.py scripts.
* init: Use status from init-functions.
* control: Update my email.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
.SH NAME 
19
19
schema-reload.pl - Directory Server perl script for updating the schema.
20
20
.SH SYNOPSIS
21
 
schema-reload.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-P protocol] [-d schemadir] [-v] [-h]
 
21
schema-reload.pl [\-Z serverID] [\-D rootdn] { \-w password | \-w \- | \-j filename } [\-P protocol] [\-d schemadir] [\-v] [\-h]
22
22
.SH DESCRIPTION
23
23
Manually reloads the schema files used by the Directory Server instance, either in the default location, or in user-specified locations.
24
24
.SH OPTIONS
35
35
.B \fB\-w\fR \fIpassword\fR
36
36
The rootdn password.
37
37
.TP
38
 
.B \fB\-w -\fR 
 
38
.B \fB\-w \-\fR
39
39
.br
40
40
Prompt for the rootdn password.
41
41
.TP
52
52
.TP
53
53
.B \fB\-v\fR 
54
54
.br
55
 
Display verbose ouput
 
55
Display verbose output
56
56
.TP
57
57
.B \fB\-h\fR 
58
58
.br
59
59
Display usage
60
60
.SH EXAMPLE
61
61
.TP
62
 
schema-reload.pl -Z instance3 -D 'cn=directory manager' -w password -P STARTTLS -d /LDAP/schema/  
 
62
schema-reload.pl \-Z instance3 \-D 'cn=directory manager' \-w password \-P STARTTLS \-d /LDAP/schema/
63
63
 
64
64
Note: security must be enabled to use protocol STARTTLS.  If STARTTLS is not available it will default to next strongest/available protocol automatically.
65
65
.SH DIAGNOSTICS