Just updated slapd.conf with CA Certs and trying to get mirroring synchronization to work.
Running into the following:
slapd -d sync @(#) $OpenLDAP: slapd 2.4.23 (Feb 3 2014 19:11:35) $
mockbuild@c6b10.bsys.dev.centos.org:/builddir/build/BUILD/openldap-2.4.23/openldap-2.4.23/build-servers/servers/slapd /etc/openldap/slapd.conf: line 163: warning, destination attributeType 'sAMAccountName' is not defined in schema PROXIED attributeDescription "SAMACCOUNTNAME" inserted. /etc/openldap/slapd.conf: line 213: rootdn is always granted unlimited privileges. bdb_monitor_db_open: monitoring disabled; configure monitor database to enable slapd starting TLS: error: the certificate '/etc/openldap/certs/ldap_example_net.crt' could not be found in the database - error -12285:Unable to find the certificate or key necessary for authentication.. TLS: certificate '/etc/openldap/certs/ldap_example_net.crt' successfully loaded from PEM file. TLS: no unlocked certificate for certificate 'CN=ldap.example.net,O="xx-xxxxxxx, INC.",L=xxxx,ST=xxxxxx,C=US'. do_syncrep2: rid=001 LDAP_RES_INTERMEDIATE - REFRESH_DELETE
In my slapd.conf I have setup (Provider setup):
TLSCertificateFile /etc/openldap/certs/ldap_example_net.crt TLSCertificateKeyFile /etc/openldap/certs/ldap_example_net.key TLSCACertificateFile /etc/openldap/certs/CAcompany.crt
serverID 1 overlay syncprov
#syncprov-checkpoint 100 10 syncprov-checkpoint 100 2
syncprov-sessionlog 100
#LDAP Sync - Slave - Consumer syncrepl rid=001 provider=ldaps://ldap-west.examplel.net bindmethod=simple binddn="cn=xxxxx,ou=Roles,dc=pcoral,dc=net" credentials=xxxxxxxxxxxx searchbase="dc=example,dc=net" filter="(objectclass=*)" attrs="*" schemachecking=on type=refreshAndPersist interval=00.00.00:30 retry="60 +" mirrormode on
So, not sure why the synchronization isn't working?
Thanks!!!
--On Thursday, September 04, 2014 10:14 PM +0000 Sterling Sahaydak sterling.sahaydak@pi-coral.com wrote:
Just updated slapd.conf with CA Certs and trying to get mirroring synchronization to work.
Running into the following:
slapd -d sync @(#) $OpenLDAP: slapd 2.4.23 (Feb 3 2014 19:11:35) $
Don't waste your time using this build, as you were already informed on IRC.
--Quanah
--
Quanah Gibson-Mount Server Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
--On Thursday, September 04, 2014 3:30 PM -0700 Quanah Gibson-Mount quanah@zimbra.com wrote:
--On Thursday, September 04, 2014 10:14 PM +0000 Sterling Sahaydak sterling.sahaydak@pi-coral.com wrote:
Just updated slapd.conf with CA Certs and trying to get mirroring synchronization to work.
Running into the following:
slapd -d sync @(#) $OpenLDAP: slapd 2.4.23 (Feb 3 2014 19:11:35) $
Don't waste your time using this build, as you were already informed on IRC.
Since you quit IRC in a huff, I'll give you some follow on thoughts:
a) It is not the community's job to support the broken builds that RHEL created. They are known to have numerous problems, some of which were inflicted by RH itself by doing custom patches against OpenLDAP.
b) 2.4.23 is over 4 years old at this point. There have been numerous bugs fixed since that release, particularly around MMR.
c) RHEL links to the non-standard NSS encryption libraries, which are utterly broken in concept, which may be the cause of your cert issues
d) There are freely available current alternatives to using the crap shipped by RHEL if you are not comfortable with building OpenLDAP yourself. You should investigate using them rather than complaining that the community is refusing to support RHEL's garbage.
Alternatives: http://www.symas.com/ - They offer free OpenLDAP builds sanely linked to OpenSSL. They also provide support contracts, with extremely knowledgable staff (The primary openldap developer works for them, for example).
http://ltb-project.org/wiki/ - They offer free OpenLDAP builds sanely linked to OpenSSL. They also have a support forum for their builds.
--Quanah
--
Quanah Gibson-Mount Server Architect Zimbra, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org