-
Notifications
You must be signed in to change notification settings - Fork 978
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
Add to README.md insturctions for adding custom schema #177
Comments
Hi Michael, This is my working schema file (spid.schema).
Please reneame the file in my.schema because the Schema name part is offending some startup script. Regards Gianluca. |
hello, ` objectclass ( 2.16.840.1.113730.3.2.2 i run ldap with
i still cannot add attribute userType for a user Is there anything wrong with me? |
As written in As I had to start a new ldap service, I have restarted the container from a fresh clean data/config volumes and thus my schema has been loaded. |
I have mySchema.schema which has this definition
so on container start
docker run --env LDAP_ADMIN_PASSWORD="mypass" --env LDAP_DOMAIN="example.com" --env LDAP_TLS=false --name=my-ldap --volume /Users/me/LDAP/data:/container/service/slapd/assets/config/bootstrap/ldif/custom osixia/openldap:1.1.10 --copy-service --loglevel debug
I get this error
my data folder /Users/me/LDAP/data does have schema definition and yes, I have tried to mount it to different places. Could you please add more information about mounting schema file to container?
Thanks in advance,
Michael
The text was updated successfully, but these errors were encountered: