Update LDAP_USER_FILTER
env option to use new placeholder format
#4967
Labels
Milestone
LDAP_USER_FILTER
env option to use new placeholder format
#4967
Update
LDAP_USER_FILTER
env option to use{user}
in addition to${user}
.The existing
${user}
technically can be considered as a nested variable by dotenv. Most cases it's fine unless auser
variable is defined but best to move away from this.Doing something similar for #4732, so best to align these now.
Keep support for old format for forwards compatibility though.
Don't think it will conflict with existing cases, but maybe should still alert about this?
Doc Updates
The text was updated successfully, but these errors were encountered: