Я робив так, правда тут багато чого можна поміняти, наприклад, кожному окремий логон скріпт і т. д. п.
/etc/samba/smb.conf:
______
include=/home/FileServer/etc/smb.global
______
/home/FileServer/etc/smb.global
______
[global]
null passwords = false
workgroup = efd
netbios name = efd
server string = EFD Samba Server
character set = KOI8-R
client code page = 866
unix password sync = yes
passwd chat = *New*password* %n\n *new*password* %n\n *success*
passwd program = /usr/bin/passwd %u
interfaces = eth0
bind interfaces only = true
hosts deny = ALL
hosts allow = 10.0.0.0/255.0.0.0 127.0.0.1
protocol = NT1
security=domain
encrypt passwords = yes
lm interval = 0
oplocks = false
level2 oplocks = no
syslog=1
wins support = yes
domain master = yes
local master = yes
preferred master = yes
os level = 255
log level = 0
log file = /dev/null
domain logons = yes
logon script = netlogon.bat
create mask = 0666
directory mask = 0777
security mask = 0777
force create mode = 0777
nt acl support = yes
socket options = SO_KEEPALIVE SO_BROADCAST TCP_NODELEY SO_RCVBUF=4096 SO_SNDBUF=4096
domain admin group = root
add user script = /usr/sbin/useradd -d /dev/null -g machines -s /bin/false -M %u
logon path = \\%L\Profiles\%U
[Profiles]
path = /home/FileServer/Profiles
browseable = no
read only = no
create mask = 0600
direcrory mask = 07000
[Pub]
path=/home/FileServer/pub
browseable = yes
available = yes
writeable = yes
mangled names =no
create mask = 0600
direcrory mask = 07000
fstype = NTFS
_______
/etc/FileServer/etc/smb.netlogon
_______
[netlogon]
path = /home/FileServer/netlogon
writeable = no
guest ok = no
browsable = no
available = yes
_______
ну от і все, створюєпо відповідні директорії, і потім на ваш смак пишем скріпт netlogon.bat, який виконується при вході машини в домен. В мене він:
net time \\efd /SET /YES
net use z: \\efd\Pub
не забути переконвертувати файл у він формат
unix2dos /home/FileServer/netlogon/netlogon.bat
от тепер точно все.
Будуть питання - звертайся. В мене в Універі під цим доменом 80 машин. Сервер пень 4 2.8, 1024 оперативки, 2 сата вінта в 0 рейді - проблем жодних