Compare commits
3 Commits
050b3f6480
...
e7915b2050
| Author | SHA1 | Date | |
|---|---|---|---|
| e7915b2050 | |||
| d7fb7c6ae8 | |||
| 35dfb3c914 |
@@ -277,6 +277,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
- "last.commit.url=https://api.github.com/repos/tiredofit/docker-openldap/commits"
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: "depaoli.id.au"
|
DOMAIN: "depaoli.id.au"
|
||||||
BASE_DN: "dc=depaoli,dc=id,dc=au"
|
BASE_DN: "dc=depaoli,dc=id,dc=au"
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
|
# needed for bitnami containers
|
||||||
LDAP_ADMIN_PASSWORD=a_real_admin_pass_word_for_2o20
|
LDAP_ADMIN_PASSWORD=a_real_admin_pass_word_for_2o20
|
||||||
LDAP_BIND_PW=${LDAP_ADMIN_PASSWORD}
|
LDAP_BIND_PW=${LDAP_ADMIN_PASSWORD}
|
||||||
|
# needed for tiredofit containers
|
||||||
|
ADMIN_PASS=${LDAP_ADMIN_PASSWORD}
|
||||||
# to note, this is unused at the moment as SASL doesnt work, but leaving this set as it wont impact anything
|
# to note, this is unused at the moment as SASL doesnt work, but leaving this set as it wont impact anything
|
||||||
SASLAUTHD_LDAP_PASSWORD=${LDAP_ADMIN_PASSWORD}
|
SASLAUTHD_LDAP_PASSWORD=${LDAP_ADMIN_PASSWORD}
|
||||||
|
|||||||
1
secrets/splunk
Normal file
1
secrets/splunk
Normal file
@@ -0,0 +1 @@
|
|||||||
|
SPLUNK_PASSWORD="2s&i*gE9nho!1Sz4UzJ*8#rc$9P@ahbI"
|
||||||
Reference in New Issue
Block a user