-
Notifications
You must be signed in to change notification settings - Fork 93
Closed as not planned
Description
For file 1 in docker-entrypoints.d I've found incorrect configuration:
-
In the line
if [ -n "$LDAP_ADMINGROUP" ]; then sed -i "/admingroup/ s/admin/${LDAP_ADMINGROUP}/g" /usr/local/homer/etc/webapp_config.json; fiif my admin group has not admin name I will get incorrect webapp_config.json
For example:
If my admin group has name - homer_admins_test in webapp_config.json I will get "homer_admins_testgroup": "homer_admins_test" because sed changes all words admin -
For
if [ -n "$LDAP_GROUP_ATTRIB" ]; then sed -i "/group_attributes/ {N;N;N;N;N;N;N;N; s/\[.*/\[\n\t${LDAP_GROUP_ATTRIB}\n\t\],/g}" /usr/local/homer/etc/webapp_config.json; fiwhen I set LDAP_GROUP_ATTRIB, the line "admingroup": disappears in in the json - webapp_config.json.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels