This is a discussion on [Samba] how to change the Objectclass (machine acc) assigned whenjoining a new domain within the Samba forums, part of the Networking and Network Related category; Hello, is there a possibility of changing the standard Objectclass, assigned when adding a new machine account (ldapsam: editposix) or ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
is there a possibility of changing the standard Objectclass, assigned when adding a new machine account (ldapsam: editposix) or joining a domain under windows. Currently the structural Objectclass "account" ist used, but we would to like to use "inetOrgPerson" instead. Thank you for your help Cristian Laufer -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
As long as the samba auxiliary objectClass is on it, and it has the
right uid, you should be able to use any other objectClasses your schema allows. However, I strongly recommend you do *not* use inetOrgPerson for accounts that do not represent "a person who works for an internetworked organization". I believe that inetOrgPerson should only be used for actual human people since that's what it was designed for. --Charlie On Mon, Jun 2, 2008 at 4:48 AM, Cristian Laufer <Laufer@uni-koblenz-landau.de> wrote: > > is there a possibility of changing the standard Objectclass, assigned when > adding a new machine account (ldapsam: editposix) or joining a domain under > windows. > Currently the structural Objectclass "account" ist used, but we would to > like to use "inetOrgPerson" instead. > > Thank you for your help > > Cristian Laufer > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |