[Samba] Re: adding users to group with net rpc
Leandro Tracchia
ltracchia at gmail.com
Mon May 19 19:46:34 GMT 2008
executing the following command for all users will show their correct group:
root# net rpc user info billybob
but, like i said the following command shows nothing:
root# net rpc group members "Domain Users" -Uroot
and i still can't get this command to work:
root# net rpc group addmem "MIDEARTH\Engineers" ajt -Uroot
however, i'm wondering i do i even need this last command... all my users
seem to be already mapped...
On Mon, May 19, 2008 at 3:30 PM, Leandro Tracchia <ltracchia at gmail.com>
wrote:
> section 13.3.2 of the HOWTO shows that i can add a user to a group with the
> following command:
>
> root# net rpc group addmem "MIDEARTH\Engineers" ajt -Uroot
>
> when i execute this command (replaced with my server specific values, of
> course), i get a NT_STATUS_NO_SUCH_USER error.
>
> i can verify that my user DOES exist and that he belongs to the posix group
> account. i can also verify that the posix group account is mapped to the
> windows group account.
>
> is the syntax for this command correct? (the net manpage shows no 'addmem'
> option), or am i doing something wrong??
>
> when i run the following i get an empty list:
>
> root# net rpc group members "Domain Users" -Uroot
>
More information about the samba
mailing list