Samba Server part 2 # 2
Posted in How To, Server Service on October 28, 2007 | 1 Comment »
Practice 4: Primary Domain Controller (Provide center Authorization and Authentication for directories)
Samba can act as Domain Controller. It will centralize the Authorization and Authentication services.
taufanlubis@zyrex:~$ sudo gedit /etc/samba/smb.conf
[global]
workgroup = UbuntuWorkgroup
netbios name = UbuntuZyrex
server string = UbuntuZyrexServer
hosts allow = 192.168.0.0/24 127.
hosts deny = ALL [...]








