--On Tuesday, May 17, 2022 10:12 AM +0200 Stefan Kania
<stefan(a)kania-online.de> wrote:
Good morning,
we having a own schema with a lot of own attributes. We have a multi
provider replication of cn=config. What is the right way to add a new
attribute to our schema and get it into the configuration?
Use ldapmodify to update the schema with the new attributes and updated
objectClass, like one would with any other LDAP object(s). :)
--Quanah