Hi there.. How can I create user which will be fully equal windows user Administrator?
Create a group on your samba box called domainadm or whatever you like, make sure your username is part of this group then map this group to the windows group Domain Admins using this command: net groupmap add rid=512 ntgroup="Domain Admins" unixgroup=domainadm type=d You should now be able to log in to a windows box with that username and have full windows admin rights. Vadim Vatlin wrote:> Hi there.. > How can I create user which will be fully equal windows user > Administrator?
Gareth Cummings wrote:> Create a group on your samba box called domainadm or whatever you > like, make sure your username is part of this group then map this > group to the windows group Domain Admins using this command: > > net groupmap add rid=512 ntgroup="Domain Admins" unixgroup=domainadm > type=d > > You should now be able to log in to a windows box with that username > and have full windows admin rights. > > Vadim Vatlin wrote: >> Hi there.. >> How can I create user which will be fully equal windows user >> Administrator?Thanks for advice. will it work with samba in security=user mode?