Bug 4493 - User Login Problem with Win Xp 64 Bit OS
Summary: User Login Problem with Win Xp 64 Bit OS
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.9
Hardware: x64 Windows XP
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-07 01:14 UTC by Varun A Utagikar
Modified: 2007-04-07 08:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Varun A Utagikar 2007-04-07 01:14:27 UTC
We have Openldap-2.2.13-2 as backend to SambaPDC . we have a mixed client senario (Linux and WinXP 32/64 bit) . Linux machine are no problem but so are win 32 bit boxes. But on Win Xp 64 bit boxes random users cant login with some RPC procedure error. This problem is not experienced by all but on some random users.

Plzz Help 

Our smb.conf file :

passdb backend = ldapsam:ldap://127.0.0.1
        passwd program = /usr/sbin/smbldap-passwd %u
        passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
        unix password sync = Yes
        log level = 2
        log file = /var/log/samba/%m.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = /etc/printcap
        add user script = /usr/sbin/smbldap-useradd -m '%u'
        delete user script = /usr/sbin/smbldap-userdel %u
        add group script = /usr/sbin/smbldap-groupadd -p '%g'
        delete group script = /usr/sbin/smbldap-groupdel '%g'
        add user to group script = /usr/sbin/smbldap-groupmod -m '%u' '%g'
        delete user from group script = /usr/sbin/smbldap-groupmod -x '%u' '%g'
        set primary group script = /usr/sbin/smbldap-usermod -g '%g' '%u'
        add machine script = /usr/sbin/smbldap-useradd -w '%u'
        logon script = login.bat
        logon path = \\%N\Profiles\%u
        logon drive = H:
        logon home = \\%L\%u
        domain logons = Yes
        os level = 25
        preferred master = Yes
        domain master = Yes
        ldap admin dn = cn=Manager,dc=diat,dc=ac,dc=in
        ldap machine suffix = ou=Computers
        ldap suffix = "dc=diat,dc=ac,dc=in"
        ldap ssl = no
        ldap user suffix = ou=People
        remote announce = 192.168.250.255 192.168.31.255 192.168.33.255 192.168.251.255
        remote browse sync = 192.168.250.255/DIAT.AC.IN 192.168.31.255/DIAT.AC.IN 192.168.33.255/DIAT.AC.IN 192.168.251.255/DIAT.AC.IN
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
        cups options = raw
        preserve case = No
        short preserve case = No

[homes]
        comment = Home Directories
        read only = No

[netlogon]
        comment = Network Logon Service
        path = /ad/netlogon
        valid users = root
        read only = No
        browseable = No
        share modes = No

[Profiles]
        path = /ad/profiles
        read only = No
        create mask = 0600
        directory mask = 0700
        guest ok = Yes
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No

Varun
Comment 1 Gerald (Jerry) Carter (dead mail address) 2007-04-07 08:00:18 UTC
There have been a lot of WinXP x64 compatibility fixes in the SAMBA_3_0_25
tree.  Please retest against 3.0.25rc1 (due out on Monday).