Strona 1 z 1

Samba jako PDC

: 19 czerwca 2013, 12:13
autor: butek
Właśnie przeszedłem z wersji Debiana 6 na 7 (Wheezy) i mam problem z sambą jak PDC. Nie mogę podłączyć Windowsa XP.

To mój plik smb.conf. W logach samby wszystko jest w porządku. Pojawił się jedynie komunikat, że

Kod: Zaznacz cały

 update encrypted jest nieznanym poleceniem

Kod: Zaznacz cały

[global]
smb ports = 139
passdb backend = tdbsam
workgroup = domenalinux


 time server = yes
    dos filetimes = yes
    fake directory create times = yes
    dos filetime resolution = yes
    delete readonly = yes


wins support = no
name resolve order =  lmhosts hosts wins bcast
    printing = cups
    printcap name = cups
    printcap cache time = 750
    cups options = raw
security = user
 domain logons = yes
        domain master = yes
        local master = yes
        os level = 254
        preferred master = yes
    map to guest = Bad User


 
logon path = \\%L\%U\profiles
logon drive = H:       
    
encrypt passwords = true
#update encrypted = Yes 


add machine script = /usr/sbin/useradd -d /dev/null -g smbmachines -c 'konto maszyny %I' -s /bin/false %u
passwd chat debug = no
passwd chat = *New*UNIX*password* %nn *ReType*new*UNIX*password* %nn  *passwd:*all*authentication*tokens*updated*successfully*
passwd program = /usr/bin/smbpasswd -L -a %u
unix password sync = no
invalid users = root


hide files =/*.ini/
read raw       = yes
write raw      = yes
logon script = logon.bat
interfaces = 172.23.198.1, 127.0.0.1
hosts allow = 172.23.198.0/24




[homes]
        comment = Katalog Domowy
        read only = No
        browseable = No


write ok = yes
valid users =  %S, %D%w%S
[Profile]
path = /home/Profile
browseable = No
writable = Yes


[printers]
    comment = All Printers
    path = /var/spool/samba
    printable = Yes
    create mask = 0600
    browseable = No
        guest ok = yes
        writable = no
        printable = yes
        #printer admin = root, @ntadmin

: 01 lipca 2013, 10:25
autor: grzesiek
To trzeba szukać szukać w zmianach, znalazłem coś takiego, ale w Wheezy ten błąd jest już poprawiony, chyba że masz starą wersje.
https://bugzilla.samba.org/show_bug.cgi?id=8384

http://www.samba.org/samba/history/