From 8ea9586e6fa8acbecd96734ebf88d10726fa7eb5 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Thu, 8 May 2025 12:16:30 +0100 Subject: [PATCH] [mod] lldap --- lldap/compose.yaml | 6 +++--- lldap/lldap_data/.gitignore | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 lldap/lldap_data/.gitignore diff --git a/lldap/compose.yaml b/lldap/compose.yaml index f9553fc..139643a 100644 --- a/lldap/compose.yaml +++ b/lldap/compose.yaml @@ -14,16 +14,16 @@ services: # For the web front-end - "17170:17170" volumes: - - "lldap_data:/data" + #- "lldap_data:/data" # Alternatively, you can mount a local folder - # - "./lldap_data:/data" + - "./lldap_data:/data" environment: - UID=1000 - GID=1000 - TZ=Europe/London - LLDAP_JWT_SECRET=1d27CbBUPdrfXPRun/i0 - LLDAP_KEY_SEED=W2c/PkDzAKtx5jb1OCQ4 - - LLDAP_LDAP_BASE_DN=dc=orlop,dc=com + - LLDAP_LDAP_BASE_DN=dc=n2-plus,dc=local - LLDAP_LDAP_USER_PASS=adminPas$word # If using LDAPS, set enabled true and configure cert and key path # - LLDAP_LDAPS_OPTIONS__ENABLED=true diff --git a/lldap/lldap_data/.gitignore b/lldap/lldap_data/.gitignore new file mode 100644 index 0000000..1e04ba0 --- /dev/null +++ b/lldap/lldap_data/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# Ignore all files in this dir... +* + +# ... except for this one. +!.gitignore