Skip to content
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

loglevel-configuration option #19

Open
gaerfield opened this issue Jan 16, 2017 · 1 comment
Open

loglevel-configuration option #19

gaerfield opened this issue Jan 16, 2017 · 1 comment

Comments

@gaerfield
Copy link

I'm trying to use the Prepopulate-functionality with one single ldif-file. Using Apache Directory Studio importing this specific ldif file runs without any problem. Trying the same ldif-File with the prepoluate-mechanism fails without any error or message. How can I turn on some more logging to identify the problem?

@gaerfield gaerfield changed the title loglevel loglevel-configuration option Jan 16, 2017
@xgodon
Copy link

xgodon commented Apr 28, 2017

i guess that you can do that in the entrypoint.sh
the script does :

slapcat -n0 -F /etc/ldap/slapd.d -l /tmp/config.ldif sed -i "s/\(olcRootDN: cn=admin,cn=config\)/\1\nolcRootPW: ${sed_safe_password_hash}/g" /tmp/config.ldif
you can add a sed to set olcLogLevel (see http://www.zytrax.com/books/ldap/ch6/#loglevel )

fedde-s added a commit to fedde-s/docker-openldap that referenced this issue Oct 22, 2018
LDAP documentation: Fix error in a command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants