Loading .pre-commit-config.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ repos: rev: v2.1.0 hooks: - id: codespell exclude: diff - repo: https://github.com/Yelp/detect-secrets.git rev: v1.1.0 Loading ldap-account-manager/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ## Environment variables Name | Description | Default value \-\-\- | \-\-\- | \-\-\- --- | --- | --- `LAM_PASSWORD` | Password for administering LAM | `lam` `LDAP_URI` | URI of the LDAP service | `ldapi:///` `LDAP_ADMIN_DN` | DN of the admin account Loading ldap-account-manager/lam-setpass +0 −1 Original line number Diff line number Diff line Loading @@ -12,4 +12,3 @@ $cfg->save(); $conf = new LAMConfig("lam"); $conf->set_Passwd($argv[1]); $conf->save(); nss-pam-ldapd/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ daemon. To use this container, execute a different process (like `su` or ## Environment variables Name | Default value \-\-\- | \-\-\- --- | --- `LDAP_URIS` | `ldapi:///` `LDAP_AUTH_TYPE` | `none` `LDAP_BINDDN` Loading slapd/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ The container exposes TCP ports 389 (LDAP) and 636 (LDAPS) as well as the ## Environment variables Name | Description | Default value \-\-\- | \-\-\- | \-\-\- --- | --- | --- `LDAP_URLS` | List of URLs to serve. | `ldap:/// ldapi:/// ldaps:///` `LDAP_ROOTPASS` | Root password. `LDAP_DOMAIN` | Domain. Loading @@ -30,7 +30,7 @@ provided, those are used instead. ## Persistence The configuration (`cn=config`) and data LDAP directories reside in the `config` and `data` diretories respectively in the `/var/lib/ldap` volume. `config` and `data` directories respectively in the `/var/lib/ldap` volume. The LDAP directories are generated only if they're missing. Changes to environment variables afterwards won't change the configuration, since that is persisted to a volume. There's also the `/var/backups/ldap` volume where the Loading Loading
.pre-commit-config.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ repos: rev: v2.1.0 hooks: - id: codespell exclude: diff - repo: https://github.com/Yelp/detect-secrets.git rev: v1.1.0 Loading
ldap-account-manager/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ## Environment variables Name | Description | Default value \-\-\- | \-\-\- | \-\-\- --- | --- | --- `LAM_PASSWORD` | Password for administering LAM | `lam` `LDAP_URI` | URI of the LDAP service | `ldapi:///` `LDAP_ADMIN_DN` | DN of the admin account Loading
ldap-account-manager/lam-setpass +0 −1 Original line number Diff line number Diff line Loading @@ -12,4 +12,3 @@ $cfg->save(); $conf = new LAMConfig("lam"); $conf->set_Passwd($argv[1]); $conf->save();
nss-pam-ldapd/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ daemon. To use this container, execute a different process (like `su` or ## Environment variables Name | Default value \-\-\- | \-\-\- --- | --- `LDAP_URIS` | `ldapi:///` `LDAP_AUTH_TYPE` | `none` `LDAP_BINDDN` Loading
slapd/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ The container exposes TCP ports 389 (LDAP) and 636 (LDAPS) as well as the ## Environment variables Name | Description | Default value \-\-\- | \-\-\- | \-\-\- --- | --- | --- `LDAP_URLS` | List of URLs to serve. | `ldap:/// ldapi:/// ldaps:///` `LDAP_ROOTPASS` | Root password. `LDAP_DOMAIN` | Domain. Loading @@ -30,7 +30,7 @@ provided, those are used instead. ## Persistence The configuration (`cn=config`) and data LDAP directories reside in the `config` and `data` diretories respectively in the `/var/lib/ldap` volume. `config` and `data` directories respectively in the `/var/lib/ldap` volume. The LDAP directories are generated only if they're missing. Changes to environment variables afterwards won't change the configuration, since that is persisted to a volume. There's also the `/var/backups/ldap` volume where the Loading