mirror of
https://github.com/luzifer-docker/openldap.git
synced 2024-12-20 12:41:17 +00:00
Document SLAPD_ADMIN_USER
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
76a510a888
commit
5472129d52
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ For the first run, one has to set at least the first two environment variables.
|
|||
|
||||
* `SLAPD_PASSWORD` (required) - sets the password for the `admin` user.
|
||||
* `SLAPD_DOMAIN` (required) - sets the DC (Domain component) parts. E.g. if one sets it to `ldap.example.org`, the generated base DC parts would be `...,dc=ldap,dc=example,dc=org`.
|
||||
* `SLAPD_ADMIN_USER` - sets the RootDN admin username (defaults to `admin`)
|
||||
* `SLAPD_ORGANIZATION` (defaults to `Example Inc.`) - represents the human readable company name (e.g. `Example Inc.`).
|
||||
* `SLAPD_ADDITIONAL_SCHEMAS` - loads additional schemas provided in the `slapd` package that are not installed using the environment variable with comma-separated enties. As of writing these instructions, there are the following additional schemas available: `collective`, `corba`, `duaconf`, `dyngroup`, `java`, `misc`, `openldap`, `pmi` and `ppolicy`.
|
||||
* `SLAPD_ADDITIONAL_MODULES` - comma-separated list of modules to load. It will try to run `.ldif` files with a corresponsing name from the `module` directory. Currently only `memberof` and `ppolicy` are avaliable.
|
||||
|
|
Loading…
Reference in a new issue