Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Suggestion documentation update LDAP_USER_FILTER in docker-compose.yml #47

Closed
col-panic opened this issue Aug 27, 2019 · 1 comment
Closed

Comments

@col-panic
Copy link

In the LDAP Configuration page, the LDAP_USER_FILTER=(&(uid=${user})) parameter is mentioned. I would appreciate a note, that if one embeds this into a docker-compose.yml file, it has to be written like this

LDAP_USER_FILTER=(&(uid=$${user})) in order to escape the ${user} variable.

This is documented in https://stackoverflow.com/a/40619627/905817

@ssddanbrown
Copy link
Member

Thanks for the suggestion @col-panic and sorry for my late reply. I've now added a note to that option, in 8238edc, just in the comment as part of the option list.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants