Hi,
in RedHat 7 the file /usr/lib/systemd/system/slapd.service contains:
ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
In RedHat 9 the file /usr/lib/systemd/system/slapd.service contains:
ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///"
So the urls are d
> > Anyone know if this file is still working in el9? Looks like if I put
> SLAPD_URLS it is not read.
> >
> > /etc/sysconfig/slapd
> >
> That's a question for Red Hat. No one on the OpenLDAP Project has
> anything to do with that.
>
Yes I already reported it (I think) don't even know where to re
We are using cn=config file for configuration.
Using ldapmodify
dn: olcOverlay={8}auditlog,olcDatabase={1}hdb,cnc=config
objectclass: olcOverlayConfig
objectClass: olcAuditlogConfig
olcAuditLogFile: /var/log/ldapauditlog.ldif
restarted slapd,
Gave permissions to this file, and restarted slapd,
--On Monday, May 20, 2024 6:05 AM + kalybox2...@gmail.com wrote:
How to setup replication in openldap 2.6.7
Please let me know
Essentially the same way as in OpenLDAP 2.4, 2.5, etc... I suggest reading
the OpenLDAP documentation. The test suite also has multiple tests showing
differ
>
> How to setup replication in openldap 2.6.7
> Please let me know
:) you have to give the manuals a try. You have to decide also what replication
type you choose. I am still having the old one
add: olcSyncrepl
olcSyncrepl: {0}rid=..
How to setup replication in openldap 2.6.7
Please let me know
Thanks
-Kaly