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

Mark Craig
11.04.2011 550273af92ba9085594de223f10bc8b6c0e7ad85
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
'\" te
.\" Copyright (c) 2008, Sun Microsystems Inc. All
.\" Rights Reserved.
.TH configure 1 "December 2008" "1.1" "User Commands"
.SH NAME
configure \- sets the instance location of an OpenDS package installation
.SH SYNOPSIS
.LP
.nf
\fBconfigure\fR \fIoptions\fR
.fi
 
.SH DESCRIPTION
.sp
.LP
The \fBconfigure\fR command configures an OpenDS 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/opends\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/opends/configure --instancePath /var/opends --userName myUser \
  --groupName myGroup
.fi
.in -2
.sp
 
.sp
.LP
For more information, see "Running OpenDS as a Non-Root User" at http://docs.opends.org/1.2/page/RunningTheServerAsANonRootUser
 
.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