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.
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.