Joseph Fry via FreeIPA-users wrote:
>> Thanks Rob... one problem, the objectclass name is
>> 'computer', and I missed it.
>>
>> What is the proper update syntax to remove the objectclass from the schema.
>>
>> I tried the following but it didn't work:
>> dn: cn=schema
>> remove: objectClasses: (1.2.840.113556.1.3.30 NAME 'Computers' DESC 'AD
>> Computers' SUP top MAY (cn))
>>
>> I suspect I am overcomplicating it.
> 
> Bump

It needs an exact match to what is in the schema. Try this:

dn: cn=schema
remove: objectClasses: ( 1.2.840.113556.1.3.30 NAME 'Computers' DESC 'AD
Computers' SUP top STRUCTURAL MAY cn X-ORIGIN 'user defined' )

rob
_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to