[Samba] Windows XP login issue

Jon Miller jlmiller at mmtnetworks.com.au
Sun Jan 23 17:53:41 GMT 2005


I've just joined the list and this is my first e-mail, I'm sure this has been answered many times.  So if someone can direct me to the answer I would appreciate it.
I have samba-2.2.7-3.7.2 installed on a RH7.3 server, not due for upgrade until later this year.  I can get the windows 98 and windows 2000 PC to login, but cannot get the Windows XP PC to log in.
I made the chages to the registry re: RequireSignorSeal DWord=0.
I've run testparm and other system tests and all seems okay.
My smb.conf is as follows:
# Global parameters
[global]
        workgroup = HOME
        netbios name = HM
        server string = Home server
        interfaces = 192.168.20.1/24
        encrypt passwords = Yes
        update encrypted = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n
        unix password sync = Yes
        log level = 4
        syslog = 0
        max log size = 1000
        name resolve order = wins,lmhosts, hosts, bcast
        keepalive = 30
        socket options = SO_KEEPALIVE SO_BROADCAST TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
        add user script = /usr/sbin/useradd -d /dev/null -g 503 -c "%U" -s /bin/false -M %u
        logon script = login.bat
        logon drive = h:
        logon home = \\netbiosname\%U
        domain logons = Yes
        os level = 85
        preferred master = Yes
        domain master = Yes
        wins support = Yes
        remote announce = 192.168.20.255
        socket address = 192.168.20.1
        valid users = user1, user2, user3, user4
        read only = No
        force security mode = 0775
        directory mask = 0775
        force directory mode = 0775
        guest ok = Yes
        security = server
        password server = 192.168.20.1

[all$]
        path = /home/
        valid users = user1, user2, user3, user4
        write list = @Admin
        read only = Yes

[netlogon]
        comment = Network Logon Service
        path = /etc/samba/netlogon

[profiles]
        path = /home/profile
        create mask = 0600
        directory mask = 0700
        browseable = No

[homes]
        comment = Home Directories
        valid users = %S
        create mask = 0775

[printers]
        comment = All Printers
        path = /var/spool/samba
        create mask = 0700
        guest ok = No
        printable = Yes
        browseable = No

[web]
        comment = Start of MMT Private Web Directory
        path = /data/mmt_prv
        valid users = @grp_hm, administrator

[shardata]
        comment = Tempory Folder
        path = /home/tmp
        valid users =@grp_hm, administrator

[root]
        path = /root
        valid users = @Admin, administrator

[data]
        comment = Data Storage
        path = /smb_data/data
        valid users = user1, user2, user3, user4

[Fun]
        comment = Fun Storage
        path = /home/jlmiller
        valid users = user1, user2, user3, user4

[PreLoad]
        comment = Windows 2K Preload
        path = /data/mmt_prv/utils/Microsoft/Pre-Install/w2kp
        valid users = @Admin, administrator

[Interchk]
        comment = Sophos Anti-Virus Central Installation Directory
        path = /smb_data/sophos
        valid users = @grp_hm, administrator
        create mask = 0775

[CD-ROM1]
        comment = CDROM 1
        path = /mnt/cdrom
        valid users = @grp_hm
        read only = Yes

[CD-ROM2]
        comment = CDROM 2
        path = /mnt/cdrom1
        valid users = @grp_hm
        read only = Yes

[CD-ROM3]
        comment = CDROM 3
        path = /mnt/cdrom2
        valid users = @grp_hm
        read only = Yes


I'm running Windows XP SP2 and having a real bad time with it.
I cannot login on boot up and I cannot see the server from the PC.  I can only map a drive to the server from the DOS prompt using "net use".

Thanks


Jon L. Miller,  ASE, CNS, CLS, MCNE
Director/Sr Systems Consultant
MMT Networks Pty Ltd
http://www.mmtnetworks.com.au

"I don't know the key to success, but the key to failure
 is trying to please everybody." -Bill Cosby
-------------- next part --------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 10pt Arial; MARGIN-LEFT: 2px">
<DIV>I've just joined the list and this is my first e-mail, I'm sure this has 
been answered many times.&nbsp; So if someone can direct me to the answer I 
would appreciate it.</DIV>
<DIV>I have samba-2.2.7-3.7.2 installed on a RH7.3 server, not due for upgrade 
until later this year.&nbsp; I can get the windows 98 and windows 2000 PC to 
login, but cannot get the Windows XP PC to log in.</DIV>
<DIV>I made the chages to the registry re: RequireSignorSeal DWord=0.</DIV>
<DIV>I've run testparm and other system tests and all seems okay.</DIV>
<DIV>My smb.conf is as follows:</DIV>
<DIV># Global 
parameters<BR>[global]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; workgroup = 
HOME<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netbios name = 
HM<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server string = Home 
server<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; interfaces = 
192.168.20.1/24<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; encrypt passwords 
= Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; update encrypted = 
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; passwd program = 
/usr/bin/passwd %u<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; passwd chat = 
*Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* 
%n\n<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unix password sync = 
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; log level = 
4<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; syslog = 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; max log size = 
1000<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name resolve order = 
wins,lmhosts, hosts, bcast<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
keepalive = 30<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; socket options = 
SO_KEEPALIVE SO_BROADCAST TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 
SO_RCVBUF=8192<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add user script = 
/usr/sbin/useradd -d /dev/null -g 503 -c "%U" -s /bin/false -M 
%u<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon script = 
login.bat<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon drive = 
h:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon home = <A 
href="file://\\netbiosname\%U">\\netbiosname\%U</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
domain logons = Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; os level = 
85<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; preferred master = 
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; domain master = 
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wins support = 
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; remote announce = 
192.168.20.255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; socket address = 
192.168.20.1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users 
=&nbsp;user1, user2, user3, user4<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
read only = No<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; force security mode 
= 0775<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory mask = 
0775<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; force directory mode = 
0775<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guest ok = 
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; security = 
server<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; password server = 
192.168.20.1</DIV>
<DIV>&nbsp;</DIV>
<DIV>[all$]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/home/<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = user1, user2, 
user3, user4<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write list = 
@Admin<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read only = Yes</DIV>
<DIV>&nbsp;</DIV>
<DIV>[netlogon]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Network 
Logon Service<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/etc/samba/netlogon</DIV>
<DIV>&nbsp;</DIV>
<DIV>[profiles]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/home/profile<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create mask = 
0600<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory mask = 
0700<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = No</DIV>
<DIV>&nbsp;</DIV>
<DIV>[homes]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Home 
Directories<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
%S<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create mask = 0775</DIV>
<DIV>&nbsp;</DIV>
<DIV>[printers]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = All 
Printers<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/var/spool/samba<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create mask = 
0700<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guest ok = 
No<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printable = 
Yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = No</DIV>
<DIV>&nbsp;</DIV>
<DIV>[web]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Start of MMT 
Private Web Directory<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/data/mmt_prv<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
@grp_hm, administrator</DIV>
<DIV>&nbsp;</DIV>
<DIV>[shardata]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Tempory 
Folder<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/home/tmp<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users <A 
href="mailto:=@grp_hm">=@grp_hm</A>, administrator</DIV>
<DIV>&nbsp;</DIV>
<DIV>[root]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/root<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = @Admin, 
administrator</DIV>
<DIV><BR>[data]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Data 
Storage<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/smb_data/data<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
user1, user2, user3, user4</DIV>
<DIV>&nbsp;</DIV>
<DIV>[Fun]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Fun 
Storage<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/home/jlmiller<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
user1, user2, user3, user4</DIV>
<DIV>&nbsp;</DIV>
<DIV>[PreLoad]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Windows 
2K Preload<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/data/mmt_prv/utils/Microsoft/Pre-Install/w2kp<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
valid users = @Admin, administrator</DIV>
<DIV>&nbsp;</DIV>
<DIV>[Interchk]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Sophos 
Anti-Virus Central Installation 
Directory<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/smb_data/sophos<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
@grp_hm, administrator<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; create mask 
= 0775</DIV>
<DIV>&nbsp;</DIV>
<DIV>[CD-ROM1]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = CDROM 
1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/mnt/cdrom<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
@grp_hm<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read only = Yes</DIV>
<DIV>&nbsp;</DIV>
<DIV>[CD-ROM2]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = CDROM 
2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/mnt/cdrom1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
@grp_hm<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read only = Yes</DIV>
<DIV>&nbsp;</DIV>
<DIV>[CD-ROM3]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = CDROM 
3<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = 
/mnt/cdrom2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = 
@grp_hm<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read only = Yes</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm running Windows XP SP2 and having a real bad time with it.</DIV>
<DIV>I cannot login on boot up and I cannot see the server from the PC.&nbsp; I 
can only map a drive to the server from the DOS prompt using "net use".</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Jon L. Miller,&nbsp; ASE, CNS, CLS, MCNE<BR>Director/Sr Systems 
Consultant<BR>MMT Networks Pty Ltd<BR><A 
href="http://www.mmtnetworks.com.au">http://www.mmtnetworks.com.au</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>"I don't know the key to success, but the key to failure<BR>&nbsp;is trying 
to please everybody." -Bill Cosby</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>


More information about the samba mailing list