[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: samba PDC



Claudio ha scritto:

il backend "smbpasswd" ormai non viene + utilizzato per ovvi limiti, il tdbsam permette una gestione avanzata delle password e delle politiche di amministrazione del tuo PDC...
# Map Windows Domain Groups to UNIX groups
net groupmap modify ntgroup="Domain Admins"  unixgroup=ntadmin
net groupmap modify ntgroup="Domain Users"   unixgroup=users
net groupmap modify ntgroup="Domain Guests"  unixgroup=nobody

# Add Functional Domain Groups
net groupmap add ntgroup="Accounts Studio"  unixgroup=studio type=d
net groupmap add ntgroup="Accounts Ospiti" unixgroup=ospiti type=d

# Map Windows NT machine local groups to local UNIX groups
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=daemon
net groupmap modify ntgroup="Account Operators" unixgroup=wheel
net groupmap modify ntgroup="Backup Operators"  unixgroup=bin
net groupmap modify ntgroup="Print Operators"   unixgroup=lp
net groupmap modify ntgroup="Replicators"    unixgroup=kmem
net groupmap modify ntgroup="Power Users"    unixgroup=ntadmin



grazie! ho rifatto tutto da 0 con un'altro esempio dalla Samba Guide con le vostre indicazioni e funzia! avevo iniziato però prima di leggere la tua mail con il backend smbpasswd, se volessi cambiare backend mi basta settare il parametro in smb.conf o devo anche "trasportare" i dati da uno all'altro? mi pare si debba usare pdbedit, vero?



Reply to: