On Fri, 14 Nov 2003, mjynht wrote:

> I groupapped the domadmins group in linux to ntgroup="Domain Admins" but instead of 
> mapping to the SID number ending in 512 it's creating a new SID number endind in 
> 2025 mapped to domadmins...
>
> Does anybody knows why??? It worked in the previous server.
>
> This is the command I execute
>
> net groupmap add ntgroup="Domain Admins" unixgroup=domadmin

Nope! That should have been:

net groupmap modify ntgroup="Domain Admins" unixgroup=domadmin

>
> If I use the rid=512 option I get "   adding entry for group domadmins failed!  "

Now you need to do:

net groupmap delete ntgroup="Domain Admins"

That will get rid of the last entry made (yours).

- John T.
-- 
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