Hi,
I need to make a replace of one objectClasses in schema, but he is giving error trying to add ldif below: dn: cn=schema changetype: modify replace: objectclasses objectclasses: (2.16.840.1.113730.3.2.10006 "objectoTeste" NAME DESC "first test" SUP top MUST cn MAY)
Error: ldap_modify: additional info: objectClasses: Replace is not allowed on the subschema subentry
How correct this error? Replace in an objectClasses of cn:schema is possivel really to make one.
Thanks, Eugênia.
Eugenia Candida Oliveira de Moura wrote:
Hi,
I need to make a replace of one objectClasses in schema, but he is giving error trying to add ldif below: dn: cn=schema changetype: modify replace: objectclasses objectclasses: (2.16.840.1.113730.3.2.10006 "objectoTeste" NAME DESC "first test" SUP top MUST cn MAY)
This command means that you want to replace all objectclasses in the server with this one value. The server will now allow that. You need to use add instead of replace.
Error: ldap_modify: additional info: objectClasses: Replace is not allowed on the subschema subentry
How correct this error? Replace in an objectClasses of cn:schema is possivel really to make one.
Thanks, Eugênia.
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
Richard Megginson wrote:
Eugenia Candida Oliveira de Moura wrote:
Hi,
I need to make a replace of one objectClasses in schema, but he is giving error trying to add ldif below: dn: cn=schema changetype: modify replace: objectclasses objectclasses: (2.16.840.1.113730.3.2.10006 "objectoTeste" NAME DESC "first test" SUP top MUST cn MAY)
This command means that you want to replace all objectclasses in the server with this one value. The server will now
s/now/not/ - "the server will not allow that"
allow that. You need to use add instead of replace.
Error: ldap_modify: additional info: objectClasses: Replace is not allowed on the subschema subentry
How correct this error? Replace in an objectClasses of cn:schema is possivel really to make one.
Thanks, Eugênia.
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
-- Fedora-directory-devel mailing list Fedora-directory-devel@redhat.com https://www.redhat.com/mailman/listinfo/fedora-directory-devel
389-devel@lists.fedoraproject.org