Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: LUMA Templates: msg#00004

Subject: Re: LUMA Templates
Corey L. Johnson:
> Thanks. I switched to 1.5_pre11 (looks good). How to I get luma to add these 
> objectClasses by default?  By default I mean, when I go to the usermanagement 
> section I would like the objectClasses:
> 
> inetOrgPerson
> organizationalPerson
> person
> posixAccount
> shadowAccount
> top
> 
> associated with each user created. Is this possible?

it should be possible imo, but mixing inetOrgPerson and posixAccount
creates an objectclass violation.

I suggest using a setup somewhat like this:

dc=example,dc=com (objectclass: top,dcObject,organization)
-> root-node

ou=people,dc=example,dc=com (objectclass: top,organizationalUnit)
-> people-entries

ou=users,dc=example,dc=com (objectclass: top,organizationalUnit)
-> posixUsers.. one person can have multiple posix-users

ou=Organization,dc=example,dc=com (objectclass: top,organizationalUnit)
-> store hierarchical organization-info here

ou=groups,dc=example,dc=com (objectclass: top,organizationalUnit)
-> posixGroups

uid=testuser,ou=users,dc=example,dc=com 
(objectclass:top,person,posixAccount,shadowAccount)
-> posixUser

uid=testuser,ou=people,dc=example,dc=com 
(objectclass:top,person,organizationalPerson,inetOrgPerson)
-> person-entry..

-- 
Best regards
 
Bjørn Ove Grøtan

Attachment: pgpo0zw6cuwXm.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>