Files
ports/net/py-lib389/pkg-message
T
Jochen Neumeister d10cb9f392 net/py-lib389: Add new port
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
2026-06-29 22:27:24 +02:00

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
}
]