Closed dr-waterstorm closed 11 months ago
Thanks! Indeed that's a miss on my end. 2.6-7.6.4
will resolve this!
https://github.com/tiredofit/docker-openldap/commit/03c8d00257f179dd1c93991bffad1959395a9248
The error is gone and the init script seems to work now. I'll have to test if everything is working but so far it looks good. Thank you very much for the fast fix :)
Summary
When trying to deploy a new instance with
ENABLE_READONLY_USER
set totrue
it fails in the init script withcommand not found
Steps to reproduce
Spin up a new container with
ENABLE_READONLY_USER
set to trueWhat is the expected correct behavior?
Go through the init without issues.
Relevant logs and/or screenshots
The relevant log of the container:
The complete log:
Environment
Possible fixes
It seems to me that this may be a simple typo. The error states:
/assets/slapd/config/bootstrap/default/default.sh: line 35
This is the relevant code:
Probably adding a
\
to line 34 may solve the problem: