Re: [Freeipa-users] Add objectclasses to computer schema

2015-09-10 Thread Martin Basti



On 09/09/2015 06:32 PM, Thomas Suiter wrote:


Is there an equivalent host/computer default objectclasses that there 
is for ipa config-mod –groupobjectclasses/--userobjectclasses ?  We 
are wanting to add some additional attributes to all of the servers, 
I’m able to add the object class to individual servers but not sure on 
the procedure so that all new servers automatically get the additional 
objectclasses when they are enrolled without having to manually add it.





Hello,

LDAP schema is replicated to all servers, you just need to add new 
objectclass definition via ldapadd.


Just adding changes to user99.ldif directly, may not be replicated, you 
need to add it online


Martin
-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project

Re: [Freeipa-users] Add objectclasses to computer schema

2015-09-10 Thread Rob Crittenden
Thomas Suiter wrote:
> Is there an equivalent host/computer default objectclasses that there is
> for ipa config-mod –groupobjectclasses/--userobjectclasses ?  We are
> wanting to add some additional attributes to all of the servers, I’m
> able to add the object class to individual servers but not sure on the
> procedure so that all new servers automatically get the additional
> objectclasses when they are enrolled without having to manually add it.

No, these lists exist only for users and groups.

A plugin to extend the host object to add objectclasses would be fairly
straightforward. Adding a similar option to the config would be slightly
more complex.

rob

-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project


[Freeipa-users] Add objectclasses to computer schema

2015-09-09 Thread Thomas Suiter
Is there an equivalent host/computer default objectclasses that there is for 
ipa config-mod -groupobjectclasses/--userobjectclasses ?  We are wanting to add 
some additional attributes to all of the servers, I'm able to add the object 
class to individual servers but not sure on the procedure so that all new 
servers automatically get the additional objectclasses when they are enrolled 
without having to manually add it.
-- 
Manage your subscription for the Freeipa-users mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-users
Go to http://freeipa.org for more info on the project