Skip to content

Commit c6ad5ca

Browse files
authored
Merge pull request #8196 from 4teamwork/es/TI-1200-update-ldap-profile
Replace legacy ldap profile for the local dev stack
2 parents 2dbd082 + ba230d8 commit c6ad5ca

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changes/TI-1200.other

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No longer use the legacy ldap profile on the local dev stack [elioschmutz]

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- 8099:8080
5858
environment:
5959
- OGDS_DSN=postgresql://${OGDS_DB_USER:-ogds}:${OGDS_DB_PASSWORD:-secret}@${OGDS_DB_HOST:-ogds}/${OGDS_DB_NAME:-ogds}
60-
- LDAP_PROFILE=${LDAP_PROFILE:-OpenLDAPLegacy}
60+
- LDAP_PROFILE=${LDAP_PROFILE:-OpenLDAP}
6161
- LDAP_URL=${LDAP_SERVER_URI:-ldap://ldap:1389}
6262
- LDAP_BIND_DN=${LDAP_BIND_DN:-cn=admin,dc=dev,dc=onegovgever,dc=ch}
6363
- LDAP_BIND_PASSWORD=${LDAP_BIND_PASSWORD:-secret}

0 commit comments

Comments
 (0)