-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom schema are not executing #227
Comments
Hi @joshuacox , I don’t have this line in the default values see: Line 145 in 3dc8ba1
Also I noticed that you are defining admin password in the env section. You should only use the global section I suggest you use the default and only use the necessary env variable |
@jp-gouin my I just removed the admin stuff in the env section as you requested and paired it down significantly. However, the admin user has been functioning without issue, it is the schema's I'm having issues with. EDIT: after rebuilding I still don't have the additional sshpublickey schema:
|
@jp-gouin any idea why the schema does not run? |
Hi @joshuacox , sorry I don't know why. I've checked and Phpldapadmin works fine with the default value. |
Using these example values my custom schema are not executing.
Logs
hmm the previous hint did not work:
full logs of the current container are here
To Reproduce
Steps to reproduce the behavior:
example values
Something like this to port forward to the cluster:
But this produces nothing:
However, if I uncomment this line in the values:
Then I get:
But then when logging into phpldapadmin I get:
Expected behavior
The custom schemas to be added and phpldapadmin to continue to work.
The text was updated successfully, but these errors were encountered: