No subject


Sun May 13 13:41:23 UTC 2007


"Group Mapping Changes
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

The default mapping entries for groups such as "Domain Admins" are
no longer created when using an smbpasswd file or a tdbsam passdb
backend.  This means that it is necessary to use 'net groupmap
add' rather than 'net groupmap modify' to set these entries.
This change has no effect on winbindd's IDmap functionality for
domain groups."

Where once you might have done this:
net groupmap modify ntgroup=3D"Domain Admins"
unixgroup=3D"samba-domain-admins" type=3Ddomain -U root
net groupmap modify ntgroup=3D"Domain Users" unixgroup=3D"samba-domain-us=
ers"
type=3Ddomain -U root
net groupmap modify ntgroup=3D"Domain Guests"
unixgroup=3D"samba-domain-guests" type=3Ddomain -U root

You now have to do this:
net groupmap add rid=3D512 ntgroup=3D"Domain Admins"
unixgroup=3D"samba-domain-admins" type=3Ddomain -U root
net groupmap add rid=3D513 ntgroup=3D"Domain Users"
unixgroup=3D"samba-domain-users" type=3Ddomain -U root
net groupmap add rid=3D514 ntgroup=3D"Domain Guests"
unixgroup=3D"samba-domain-guests" type=3Ddomain -U root







More information about the Pkg-samba-maint mailing list