Skip to content

Commit 9cb2413

Browse files
committed
Fix a few small typos
1 parent 7dac857 commit 9cb2413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Do not edit slapd.conf it's not used. To modify your server configuration use ld
153153
#### Seed ldap database with ldif
154154

155155
This image can load ldif files at startup with either `ldapadd` or `ldapmodify`.
156-
Mount `.ldif` in `/container/service/slapd/assets/config/bootstrap/ldif` directory if you want to overwrite image default boostrap ldif files or in `/container/service/slapd/assets/config/bootstrap/ldif/custom` (recommended) to extend image config.
156+
Mount `.ldif` in `/container/service/slapd/assets/config/bootstrap/ldif` directory if you want to overwrite image default bootstrap ldif files or in `/container/service/slapd/assets/config/bootstrap/ldif/custom` (recommended) to extend image config.
157157

158158
Files containing `changeType:` attributes will be loaded with `ldapmodify`.
159159

@@ -393,7 +393,7 @@ Replication options:
393393
Other environment variables:
394394
- **KEEP_EXISTING_CONFIG**: Do not change the ldap config. Defaults to `false`
395395
- if set to *true* with an existing database, config will remain unchanged. Image tls and replication config will not be run. The container can be started with LDAP_ADMIN_PASSWORD and LDAP_CONFIG_PASSWORD empty or filled with fake data.
396-
- if set to *true* when bootstrapping a new database, bootstap ldif and schema will not be added and tls and replication config will not be run.
396+
- if set to *true* when bootstrapping a new database, bootstrap ldif and schema will not be added and tls and replication config will not be run.
397397

398398
- **LDAP_REMOVE_CONFIG_AFTER_SETUP**: delete config folder after setup. Defaults to `true`
399399
- **LDAP_SSL_HELPER_PREFIX**: ssl-helper environment variables prefix. Defaults to `ldap`, ssl-helper first search config from LDAP_SSL_HELPER_* variables, before SSL_HELPER_* variables.

example/kubernetes/using-secrets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
`make example`
44

5-
Then edit the yaml files in the environment directory to have the desired paraneters, and then make the secret file:
5+
Then edit the yaml files in the environment directory to have the desired parameters, and then make the secret file:
66

77
`make ldap-secret.yaml`

0 commit comments

Comments
 (0)