You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appear that the problem comes from the fact that {{ LDAP_BASE_DN } is not available for create when the scripts try to execute it.
By moving it's content in a file bootstrap/ldif/99-perms.ldif, the user successfully create. be careful to change the interpolated string as the startup script is hardcoded for using with old file
This could be fixed by being able to delay it's importation.
With a fresh db install, I have the following :
The creation fails with the files
bootstrap/ldif/readonly-user/readonly-user-acl.ldif
,With
LDAP_BACKEND=hdb
But, the file
02-security.ldif
which also has the same syntax work well.I have tried to swap the content of files in every order, I wasn't able to make it work.
The text was updated successfully, but these errors were encountered: