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.  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.  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>       
workgroup =
HOME<BR>       
netbios name =
HM<BR>       
server string = Home
server<BR>       
interfaces =
192.168.20.1/24<BR>       
encrypt passwords
=
Yes<BR>       
update encrypted =
Yes<BR>       
passwd program =
/usr/bin/passwd
%u<BR>       
passwd chat =
*Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* 
%n\n<BR>       
unix password sync =
Yes<BR>       
log level =
4<BR>       
syslog =
0<BR>       
max log size =
1000<BR>       
name resolve order =
wins,lmhosts, hosts,
bcast<BR>       
keepalive =
30<BR>       
socket options =
SO_KEEPALIVE SO_BROADCAST TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 
SO_RCVBUF=8192<BR>       
add user script =
/usr/sbin/useradd -d /dev/null -g 503 -c "%U" -s /bin/false -M 
%u<BR>       
logon script =
login.bat<BR>       
logon drive =
h:<BR>       
logon home = <A
href="file://\\netbiosname\%U">\\netbiosname\%U</A><BR>       
domain logons =
Yes<BR>       
os level =
85<BR>       
preferred master =
Yes<BR>       
domain master =
Yes<BR>       
wins support =
Yes<BR>       
remote announce =
192.168.20.255<BR>       
socket address =
192.168.20.1<BR>       
valid users
= user1, user2, user3,
user4<BR>       
read only =
No<BR>       
force security mode
=
0775<BR>       
directory mask =
0775<BR>       
force directory mode =
0775<BR>       
guest ok =
Yes<BR>       
security =
server<BR>       
password server =
192.168.20.1</DIV>
<DIV> </DIV>
<DIV>[all$]<BR>       
path =
/home/<BR>       
valid users = user1, user2,
user3,
user4<BR>       
write list =
@Admin<BR>       
read only = Yes</DIV>
<DIV> </DIV>
<DIV>[netlogon]<BR>       
comment = Network
Logon
Service<BR>       
path =
/etc/samba/netlogon</DIV>
<DIV> </DIV>
<DIV>[profiles]<BR>       
path =
/home/profile<BR>       
create mask =
0600<BR>       
directory mask =
0700<BR>       
browseable = No</DIV>
<DIV> </DIV>
<DIV>[homes]<BR>       
comment = Home
Directories<BR>       
valid users =
%S<BR>       
create mask = 0775</DIV>
<DIV> </DIV>
<DIV>[printers]<BR>       
comment = All
Printers<BR>       
path =
/var/spool/samba<BR>       
create mask =
0700<BR>       
guest ok =
No<BR>       
printable =
Yes<BR>       
browseable = No</DIV>
<DIV> </DIV>
<DIV>[web]<BR>       
comment = Start of MMT
Private Web
Directory<BR>       
path =
/data/mmt_prv<BR>       
valid users =
@grp_hm, administrator</DIV>
<DIV> </DIV>
<DIV>[shardata]<BR>       
comment = Tempory
Folder<BR>       
path =
/home/tmp<BR>       
valid users <A
href="mailto:=@grp_hm">=@grp_hm</A>,
administrator</DIV>
<DIV> </DIV>
<DIV>[root]<BR>       
path =
/root<BR>       
valid users = @Admin,
administrator</DIV>
<DIV><BR>[data]<BR>       
comment = Data
Storage<BR>       
path =
/smb_data/data<BR>       
valid users =
user1, user2, user3, user4</DIV>
<DIV> </DIV>
<DIV>[Fun]<BR>       
comment = Fun
Storage<BR>       
path =
/home/jlmiller<BR>       
valid users =
user1, user2, user3, user4</DIV>
<DIV> </DIV>
<DIV>[PreLoad]<BR>       
comment = Windows
2K
Preload<BR>       
path =
/data/mmt_prv/utils/Microsoft/Pre-Install/w2kp<BR>       
valid users = @Admin, administrator</DIV>
<DIV> </DIV>
<DIV>[Interchk]<BR>       
comment = Sophos
Anti-Virus Central Installation 
Directory<BR>       
path =
/smb_data/sophos<BR>       
valid users =
@grp_hm,
administrator<BR>       
create mask
= 0775</DIV>
<DIV> </DIV>
<DIV>[CD-ROM1]<BR>       
comment = CDROM
1<BR>       
path =
/mnt/cdrom<BR>       
valid users =
@grp_hm<BR>       
read only = Yes</DIV>
<DIV> </DIV>
<DIV>[CD-ROM2]<BR>       
comment = CDROM
2<BR>       
path =
/mnt/cdrom1<BR>       
valid users =
@grp_hm<BR>       
read only = Yes</DIV>
<DIV> </DIV>
<DIV>[CD-ROM3]<BR>       
comment = CDROM
3<BR>       
path =
/mnt/cdrom2<BR>       
valid users =
@grp_hm<BR>       
read only = Yes</DIV>
<DIV> </DIV>
<DIV> </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.  I
can only map a drive to the server from the DOS prompt using "net
use".</DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Jon L. Miller,  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> </DIV>
<DIV>"I don't know the key to success, but the key to
failure<BR> is trying
to please everybody." -Bill Cosby</DIV>
<DIV> </DIV>
<DIV> </DIV></BODY></HTML>