Hi,
ich habe vor wenigen Tagen das geniale Tutorial zum einrichten eines Linux-Domain-Controllers gefunden und es heute ausprobiert.
Nur leider bekomme ich beim verbinden unter Windows einen fehler (siehe Screenshot im Anhang)
hier hab ich noch die smb.conf falls hier was falsch ist:
schon mal vielen Dank für eure Hilfe
mfg
aelo
ich habe vor wenigen Tagen das geniale Tutorial zum einrichten eines Linux-Domain-Controllers gefunden und es heute ausprobiert.
Nur leider bekomme ich beim verbinden unter Windows einen fehler (siehe Screenshot im Anhang)
hier hab ich noch die smb.conf falls hier was falsch ist:
Code:
[global]
workgroup = eiler.lan
domain master = yes
domain logons = yes
smb passwd file = /etc/samba/smbpasswd
prefered master = yes
security = user
server string = %h server (Samba %v)
wins support = yes
logon path = \\%N\profiles\%u
logon drive = V:
logon script = login.cmd
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
invalid users = root
os level = 33
socket options = TCP_NODELAY
unix charset = iso8859-15
[TV-Aufnahmen]
comment = VDR-Aufzeichnungen
path = /var/lib/video.00
writeable = yes
public = yes
[Filme]
comment = Umgewandelte MPG-Movies
path = /var/files/movies
writeable = yes
public = yes
[Musik]
comment = Musik-Verzeichnis
path = /var/files/music
writeable = yes
public = yes
[Daten]
comment = Daten-Verzeichnis
path = /var/files/data
writeable = yes
public = yes
[Photos]
comment = Photo-Verzeichnis
path = /var/files/photos
writeable = yes
public = yes
[netlogon]
path = /DC/netlogon
read only = yes
write list = ntadmin
[profiles]
path = /DC/userprofile
read only = no
create mask = 0600
directory mask = 0700
schon mal vielen Dank für eure Hilfe
mfg
aelo