mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
20.57.2011 1fe504dbfd9659a1cd8f26b1a413a5164729e9db
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
'\" t
.\"     Title: setup
.\"    Author: Mark Craig
.\" Generator: DocBook XSL-NS Stylesheets v1.76.1 <http://docbook.sf.net/>
.\"      Date: October\ \&20,\ \&2011
.\"    Manual: Tools Reference
.\"    Source: OpenDJ 2.5.0
.\"  Language: English
.\"
.TH "configure" "1" "October\ \&20,\ \&2011" "OpenDJ 2.5.0" "Tools Reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH NAME
configure \- sets the instance location of an OpenDJ package installation
.SH SYNOPSIS
.LP
.nf
\fBconfigure\fR \fIoptions\fR
.fi
 
.SH DESCRIPTION
.sp
.LP
The \fBconfigure\fR command configures an OpenDJ package installation. The command registers the directory server as an SMF service,  specifies where the directory server instance will be located, and specifies  the user and group names of the instance owner.
.sp
.LP
This command is available in the OpenSolaris\u\s-2TM\s+2\d package installation only.
.sp
.LP
Run \fBconfigure --help\fR for more information.
.SH OPTIONS
.sp
.LP
The following options are supported:
.sp
.ne 2
.mk
.na
\fB\fB-?\fR, \fB-H\fR, \fB--help\fR\fR
.ad
.RS 25n
.rt
Displays usage information.
.RE
 
.sp
.ne 2
.mk
.na
\fB\fB--groupName\fR \fIgroupName\fR\fR
.ad
.RS 25n
.rt
The group name of the instance owner. If no group name is specified, the primary group of the \fIuserName\fR is used.
.RE
 
.sp
.ne 2
.mk
.na
\fB\fB--instancePath\fR \fIpath\fR\fR
.ad
.RS 25n
.rt
The path where the instance will be located. If no path is specified, the default \fB/var/opendj\fR is used.
.RE
 
.sp
.ne 2
.mk
.na
\fB\fB--userName\fR \fIuserName\fR\fR
.ad
.RS 25n
.rt
The user name of the instance owner. If no user name is specified, the default \fBldap\fR is used.
.RE
 
.sp
.ne 2
.mk
.na
\fB\fB-V\fR, \fB--version\fR\fR
.ad
.RS 25n
.rt
Displays directory server version information.
.RE
 
.SH EXAMPLES
.LP
\fBExample 1 \fRConfiguring a Directory Server Package Installation
.sp
.LP
The following example configures the instance path, user name and group name for a directory server package installation:
 
.sp
.in +2
.nf
$ /usr/opendj/configure --instancePath /var/opendj --userName myUser \
  --groupName myGroup
.fi
.in -2
.sp
 
.sp
.LP
.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
 
.sp
.TS
tab() box;
cw(2.75i) |cw(2.75i)
lw(2.75i) |lw(2.75i)
.
ATTRIBUTE TYPEATTRIBUTE VALUE
_
Interface StabilityUncommitted
.TE