-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Replication module syncprov not loaded on centos #76
Comments
I'd like second this. Also shouldn't the flag --enable-modules be set on install/config? |
I took a stab at a bit of cleanup on this cookbook this weekend. It needs a lot more love. This is part of that work as is refactoring things to support the ldif based config that slapd uses now. |
Thanks much for your work on this. I wonder if loading the default schemas, syncprov and accesslog modules should be default, if only just for Centos? |
Cookbook version
2.2.0
Chef-client version
12.12.13
Platform Details
Centos 7.2 (Linux coe-ldap0.tamu.edu 3.10.0-327.28.3.el7.x86_64 #1 SMP Thu Aug 18 19:05:49 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux)
Scenario:
I am unable to make replication work due to an "unless" statement in the slapd.conf.erb that prevents the replication module from being loaded on centos.
Steps to Reproduce:
Set up a master LDAP server on centos.
Expected Result:
Slapd starts normally
Actual Result:
Slapd fails to start with the following error:
overlay "syncprov" not found
/etc/openldap/slapd.conf: line 74: handler exited with 1!
The error refers to the attempt to use the overlay module without it being loaded first.
The text was updated successfully, but these errors were encountered: