[Samba] Re: adding machines to the domain with Samba 3.0.0

WinXperts soler_s at hotmail.com
Fri Dec 12 03:15:18 GMT 2003


domain admins group is not supported in samba 3, you will need to map
windows groups to linux/unix groups using the NET command.

something like this :

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

net groupmap modify ntgroup="Domain Users" unixgroup=users

net groupmap modify ntgroup="Domain Guests" unixgroup=nobody

net groupmap modify ntgroup="Administrators" unixgroup=root

net groupmap modify ntgroup="Users" unixgroup=users

net groupmap modify ntgroup="Guests" unixgroup=nobody

net groupmap modify ntgroup="System Operators" unixgroup=sys

net groupmap modify ntgroup="Account Operators" unixgroup=ntadmin

net groupmap modify ntgroup="Backup Operators" unixgroup=bin

net groupmap modify ntgroup="Print Operators" unixgroup=lp

net groupmap modify ntgroup="Replicators" unixgroup=daemon

net groupmap modify ntgroup="Power Users" unixgroup=sys

Check the samba how-to.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Santos Soler
MCP, Network+, A+
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=





More information about the samba mailing list