Feed on
Posts
Comments

Archive for October 28th, 2007

Samba Server part 2 # 2

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 [...]

Read Full Post »