[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OpenLDAP and Solaris 10 - group problem



Kick, Claus wrote:
we are trying to use OpenLDAP to provide user management for a CMS. The
CMS relies on OS groups to manage directory branch- and file-access.
We are using the following group structure:
dn: cn=ts_de_de_gg_ax, ou=Group, o=**********
gidNumber: 1400
memberUid: uid=tsmaster, ou=People, o=**********
> [..]

The attribute 'memberUid' is not meant for storing DNs of entries. Rather it is supposed to contain the value of attribute 'uidNumber' of the member's entry.

uidNumber: 3618

Store this value in 'memberUid'.

Ciao, Michael.