Skip to content

Commit

Permalink
Merge pull request #321 from georchestra/oauth2_account_creation
Browse files Browse the repository at this point in the history
Added LDAP admin credentials for OAuth2 account creation
  • Loading branch information
fvanderbiest authored Nov 22, 2023
2 parents 27f4f72 + a383398 commit 7f82a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gateway/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ georchestra:
extended: true
url: ldap://${ldapHost:localhost}:${ldapPort:389}/
baseDn: ${ldapBaseDn:dc=georchestra,dc=org}
adminDn: ${ldapAdminDn:cn=admin,dc=georchestra,dc=org"}
adminPassword: ${ldapAdminPassword:secret}
users:
rdn: ${ldapUsersRdn:ou=users}
searchFilter: ${ldapUserSearchFilter:(uid={0})}
Expand Down

0 comments on commit 7f82a8c

Please sign in to comment.