Installazione di un Domain Member Server Samba

From RVM Wiki
Revision as of 16:25, 17 July 2009 by Gabriele.vivinetto (talk | contribs) (New page: {{Stub}} '''LENNY non joina ETCH !''' sudo apt-get install winbind sudo net rpc join -S servername -U administrator smb.conf <pre> [global] workgroup = GALIMBERTI server strin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Attenzione questo articolo è ancora incompleto.
Sentiti libero di contribuire cliccando sul tasto edit.

LENNY non joina ETCH !

sudo apt-get install winbind
sudo net rpc join -S servername -U administrator

smb.conf

[global]
   workgroup = GALIMBERTI
   server string = GALVIRT01
   netbios name = GALVIRT01

   log file = /var/log/samba/samba.log
   #log level = 1
   syslog = 0

   security = domain
   passdb backend = tdbsam

   idmap uid = 10000-20000
   idmap gid = 10000-20000

   winbind enum users = yes
   winbind enum groups = yes

   load printers = no

[Virtual_Machines]
   comment = VMWare Virtual Machines
   writable = yes
   path = /files/space/vmware