On Tue, 9 Sep 2003 [EMAIL PROTECTED] wrote:

> Relevant part of "net3 groupmap list" is
>
> System Operators (S-1-5-21-1617713866-2789119093-1479812082-1007) -> sys
>
> In howto there is the following example
>
> net groupmap modify ntgroup="System Operators" unixgroup=sys
> net groupmap modify ntgroup="Power Users" unixgroup=sys
>
> You can add System Operators but trying to add Power Users fails.  If you do it in 
> reverse adding Poer Users works.
>
> net groupmap add ntgroup="Power Users" unixgroup=sys
> No rid or sid specified, choosing algorithmic mapping
> [2003/09/09 18:22:39, 0] passdb/pdb_ldap.c:ldapsam_add_group_mapping_entry(1911)
>   Group 3 already exists in LDAP
> adding entry for group Power Users failed!
>
> Is the example wrong?

Try:

net groupmap add ntgroup="Power Users" unixgroup=sys type=d rid=1008


> Can multiple ntgroups map to a single unix group?

Yes.


- John T.

>
> Also
>
> net groupmap add ntgroup="Users" unixgroup=users
>
> fails other unixgroups work is users special
>
> users is a group in ldap
>
> ldapsearch -LL -H ldap://localhost -b"dc=hattaways,dc=com" -x "(cn=users)"
> version: 1
>
> dn: cn=users,ou=Group,dc=hattaways,dc=com
> objectClass: posixGroup
> objectClass: top
> cn: users
> gidNumber: 10501
> memberUid: godfrey
>
>
>
> Otherwise rc3 appears to work
>
> Many Thanks
>
> Godfrey
>

-- 
John H Terpstra
Email: [EMAIL PROTECTED]
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to