Hello

I've got a problem with users from a Winxp client authenticating to a
debian 6 (samba 3.5.6~dfsg-3squeeze2) domain member. The PDC runs samba
3.5.4.
The domain is called SBS.

In the debug log of the debian box, the PDC seems to answer correct to the
auth request but the on the Winxp client I still get prompted for a
username/password...

The winxp client is a member of SBS and called blubber, the debian6 box is
called print-new and the PDC is called SBS_PDC


Attached are the logs and smb.conf's

thanks in advance & regards
[global]
        netbios name = SBS_PDC 
        netbios aliases = s01
        workgroup = SBS
        server string = SBS primary domain controller
        interfaces = 10.0.9.1 127.0.0.1
        bind interfaces only = yes
        deny hosts = all
        allow hosts = 10.0. 127. 192.168.1.
        follow symlinks = yes
        wide links = yes
        unix extensions = no
        os level = 99
        local master = yes
        domain master = yes
        domain logons = yes
        security = user
        wins support = yes
        lanman auth = yes
        ntlm auth = Yes 
        username map = /etc/samba/smbusers
        logon path = \\nas_office\profiles_xp\%U
        ### meierv 2011-02-14
        #logon drive = L:
        ### meierv 2011-02-14 end
        ## (mr) absolute path is not valid for logon script
        ## (mr) script name is relative to [netlogon] share (see below)
        logon script = deflogin.bat
        keepalive = 0
        deadtime = 60
        socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
        hide files = /desktop.ini/
        
        syslog = 0
        syslog only = no
        log level = 5
        log file = /var/log/samba/%m.log
        max log size = 1000
[netlogon]
        
        comment = Logon Scripts
        path = /nas/pdc/netlogon
        browseable = no
        inherit permissions = yes
        create mask = 0460
        force create mode = 0460
        directory mask = 2775
        force directory mode = 2775
        map archive = no
        map hidden = no
        map system = no
        dos filemode = no
        force group = +ntadmin
        valid users = +users, +ntadmin, +inf
        read list = +users
        write list = +ntadmin, +inf
[test]
        path = /nas/test
        writeable = yes
        valid users = +inf +rep +ntadmin
        force group = rep
[global]
   workgroup = SBS
   server string = %h server
   netbios name = PRINT-NEW
        deny hosts = all
        allow hosts = 10.0. 127.
        local master = no
        preferred master = no
        domain master = no
        wins support = yes
        security = domain
        password server = *
        printing = cups
        printcap name = cups
        load printers = yes
        disable spoolss = no
        show add printer wizard = yes
        min protocol = LANMAN1
        lanman auth = yes
        client lanman auth = yes
        client ntlmv2 auth = yes
        ntlm auth = yes
        map untrusted to domain = Yes
   dns proxy = no
   log file = /var/log/samba/log.%m
   max log size = 1000
log level = 10
   syslog = 0
   panic action = /usr/share/samba/panic-action %d
   passdb backend = tdbsam
   obey pam restrictions = no
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* 
%n\n *password\supdated\ssuccessfully* .
   pam password change = yes
[printers]
   comment = All Printers
   browseable = yes
   path = /var/spool/samba
   printable = yes
   guest ok = yes
   read only = yes
   create mask = 0700
   use client driver = No
[print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
   browseable = yes
   read only = yes
   guest ok = no
   write list = meierv, root, @ntadmin
   create mask = 0664
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to