Compare commits

...

3 Commits

Author SHA1 Message Date
e7915b2050 add last commit url for new ldap repo 2025-09-15 22:23:42 +10:00
d7fb7c6ae8 add splunk pwd 2025-09-15 22:23:22 +10:00
35dfb3c914 update/add newer LDAP env vars 2025-09-15 22:23:10 +10:00
3 changed files with 5 additions and 0 deletions

View File

@@ -277,6 +277,7 @@ services:
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
- "last.commit.url=https://api.github.com/repos/tiredofit/docker-openldap/commits"
environment:
DOMAIN: "depaoli.id.au"
BASE_DN: "dc=depaoli,dc=id,dc=au"

View File

@@ -1,4 +1,7 @@
# needed for bitnami containers
LDAP_ADMIN_PASSWORD=a_real_admin_pass_word_for_2o20
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
SASLAUTHD_LDAP_PASSWORD=${LDAP_ADMIN_PASSWORD}

1
secrets/splunk Normal file
View File

@@ -0,0 +1 @@
SPLUNK_PASSWORD="2s&i*gE9nho!1Sz4UzJ*8#rc$9P@ahbI"