1idsconfig(1M)           System Administration Commands           idsconfig(1M)
2
3
4

NAME

6       idsconfig  -  prepare an iPlanet Directory Server (iDS) to be populated
7       with data and serve LDAP clients
8

SYNOPSIS

10        /usr/lib/ldap/idsconfig [-v] [-i input_configfile]
11            [-o output_configfile]
12
13

DESCRIPTION

15       Use the idsconfig tool to set up an iPlanet Directory Server (iDS). You
16       can specify the input configuration file with the -i option on the com‐
17       mand line. Alternatively, the tool will prompt the user for  configura‐
18       tion information. The input configuration  file is created by idsconfig
19       with the -o option on a previous run.
20
21
22       The first time a server is set up, the user is  prompted  for  all  the
23       required information.  Future installations on that machine can use the
24       configuration file previously  generated  by  idsconfig  using  the  -o
25       option.
26
27
28       The  output  configuration  file contains the directory administrator's
29       password in clear text. Thus, if you are creating an output  configura‐
30       tion file, take appropriate security precautions.
31
32
33       You  should back up the directory server's configuration and data prior
34       to running this command.
35

OPTIONS

37       The following options are supported:
38
39       -i input_configfile     Specify the file name for idsconfig to use as a
40                               configuration  file.  This file will be read by
41                               idsconfig, and the values  in the file will  be
42                               used  to configure the server.  Do not manually
43                               edit input_configfile. The input_configfile  is
44                               only  partially validated, as idsconfig assumes
45                               that the file was created by a previous invoca‐
46                               tion of the command.
47
48
49       -o output_configfile    Create a configuration file.
50
51
52       -v                      Verbose output.
53
54

OPERANDS

56       The following operands are supported:
57
58       input_configfile     Name of configuration file for idsconfig to use.
59
60
61       output_configfile    Configuration file created by idsconfig.
62
63

EXAMPLES

65       Example 1 Prompting the User for Input
66
67
68       In  the  following example, the user is prompted for information to set
69       up iDS.
70
71
72         example# idsconfig
73
74
75
76       Example 2 Creating an Output Configuration File
77
78
79       In the following example, the user is prompted for information  to  set
80       up  iDS,  and  an  output configuration file, config.1, is created when
81       completed.
82
83
84         example# idsconfig -o config.1
85
86
87
88       Example 3 Setting up iDS Using the Specified Configuration File
89
90
91       In the following example, iDS is set up by using the  values  specified
92       in  the configuration file, config.1. The verbose mode is specified, so
93       detailed information will print to the screen.
94
95
96         example# idsconfig -v -i config.1
97
98
99

EXIT STATUS

101       The following exit values are returned:
102
103       0     Successful completion.
104
105
106       >0    An error occurred.
107
108

ATTRIBUTES

110       See attributes(5) for descriptions of the following attributes:
111
112
113
114
115       ┌─────────────────────────────┬─────────────────────────────┐
116       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
117       ├─────────────────────────────┼─────────────────────────────┤
118       │Availability                 │SUNWnisu                     │
119       ├─────────────────────────────┼─────────────────────────────┤
120       │Interface Stability          │Evolving                     │
121       └─────────────────────────────┴─────────────────────────────┘
122

SEE ALSO

124       ldap(1), ldapadd(1), ldapdelete(1), ldaplist(1),  ldapmodify(1),  ldap‐
125       modrdn(1),   ldapsearch(1),  ldap_cachemgr(1M),  ldapaddent(1M),  ldap‐
126       client(1M), suninstall(1M), resolv.conf(4), attributes(5)
127
128
129
130SunOS 5.11                        18 Oct 2001                    idsconfig(1M)
Impressum