Hi gcan,
so here we go. If the master does not have the schema for the entries in ldap, the replica cannot replicate those entries because it does not know the schema either.
You need to fix the master ldap first.
You can remove the attribute references in ldap, or you need to reinstall the schema.
Please read these articles for help:
Problem
After a LDAP schema was removed based on this article Remove LDAP schema extensions , there are still some references in your LDAP.
You will get the following message, when you use slapindex, slapschema or slaptest.
$ slapindex
WARNING!
Runnig as root!
There's a fair chance slapd will fail to start.
Check file permissions!
5cade2d2 UNKNOWN attributeDescription "OWNCLOUDENABLED" inserted.
5cade2d2 UNKNOWN attributeDescription "OWNCLOUDQUOTA" inserted.
Solution
You need to reload the …
Abstract
Several apps include their own LDAP schema extensions. They are automatically registered with the UCS LDAP servers on installation. On de-installation they are not removed automatically. They can be only removed if no LDAP objects use definitions from the schema extensions any longer.
Warning
The following procedure should be done by experienced administrators only. An error may severely damage your domain. The procedure should be performed in a test environment before working in the…
1 Like