d10cb9f392
lib389 provides the Python library and command-line administration tools for 389 Directory Server. It includes tools for creating and managing Directory Server instances, configuring servers, and managing directory entries. This port is required for the development of net/freeipa-server. WWW: https://www.port389.org/ Sponsored by: Netzkommune GmbH
27 lines
505 B
Plaintext
27 lines
505 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
The lib389 command-line tools can be used to create and manage
|
|
389 Directory Server instances.
|
|
|
|
Create an instance interactively:
|
|
|
|
dscreate interactive
|
|
|
|
Create an instance from an INF file:
|
|
|
|
dscreate from-file /path/to/instance.inf
|
|
|
|
Manage an existing instance:
|
|
|
|
dsctl <instance> status
|
|
dsctl <instance> start
|
|
dsctl <instance> stop
|
|
dsctl <instance> remove --do-it
|
|
|
|
Use dsconf to manage the server configuration and dsidm to manage
|
|
directory entries.
|
|
EOM
|
|
}
|
|
]
|