Le Thu, Dec 11, 2003 at 10:06:17PM -0600, Andrew Gaffney a ecrit:
> >admin users = @domainadmins
> >This will allow any user in the domainadmins group join machines to the
> >domain.
> You've got the wrong option. That option allows the specified users to
> connect as if they were root on that sha
[EMAIL PROTECTED] wrote:
Try using the following attribute in the smb.conf:
admin users (S)
This is a list of users who will be granted administrative privileges
on the share. This means that they will do all file operations as
the super-user (root).
You should use this option very carefull
Try using the following attribute in the smb.conf:
admin users (S)
This is a list of users who will be granted administrative privileges
on the share. This means that they will do all file operations as
the super-user (root).
You should use this option very carefully, as any u
WinXperts wrote:
domain admins group is not supported in samba 3, you will need to map
windows groups to linux/unix groups using the NET command.
I know. I said that was how I had it working in 2.2.8. Below that, I had the results of
'net groupmap list' which showed both 'Domain Admins' and 'Admin
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 ntg