--On Tuesday, April 26, 2022 12:00 PM -0700 Quanah Gibson-Mount
<quanah@fast-mail.org> wrote:
>
>
> --On Tuesday, April 26, 2022 6:56 PM +0000 Magnus Morén
> <magnus.moren@hh.se> wrote:
>
> Please provide the original config DB prior to the addition of the
> syncprov LDIF being applied, passwords redacted.
I'm not able to reproduce:
root@ub18:/opt/symas/etc/openldap# ldapmodify -x -H ldap:/// -D cn=config
-w secret
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: syncprov.la
dn: olcOverlay=syncprov,olcDatabase={1}mdb,cn=config
changetype: add
objectClass: olcOverlayConfig
objectClass: olcSyncProvConfig
olcOverlay: syncprov
modifying entry "cn=module{0},cn=config"
olcSpCheckpoint: 100 10
olcSpSessionlog: 100
dn: olcDatabase={1}mdb,cn=config
changetype: modify
add: olcDbIndex
olcDbIndex: entryCSN,entryUUID eq
adding new entry "olcOverlay=syncprov,olcDatabase={1}mdb,cn=config"
modifying entry "olcDatabase={1}mdb,cn=config"
root@ub18:/opt/symas/etc/openldap#
root@ub18:/opt/symas/etc/openldap#
root@ub18:/opt/symas/etc/openldap# ps -eaf | grep slapd
root 41799 1 0 18:38 ? 00:00:00 /opt/symas/lib/slapd -d
0 -h ldap:/// ldaps:/// ldapi:///
root 41819 39679 0 18:39 pts/1 00:00:00 grep --color=auto slapd
root@ub18:/opt/symas/etc/openldap# systemctl restart slapd
root@ub18:/opt/symas/etc/openldap# ps -eaf | grep slapd
root 41823 1 0 18:39 ? 00:00:00 /opt/symas/lib/slapd -d
0 -h ldap:/// ldaps:/// ldapi:///
root 41848 39679 0 18:39 pts/1 00:00:00 grep --color=auto slapd
Although this is Ubuntu rather than RedHat.
I would suspect that this may be related to the use of RockyLinux. Do you
encounter the same issue with Alma Linux8?
Regards,
Quanah