charlie
>Have you checked the box on the client configuration (Network control panel)
>to tell the client to use the logon server for the domain?
you mean the "client for microsft networks " -> properties
no, but i have now and everything works, thanks
this is also a better fix for 'doze caching a changed or wrong password, other cures
being either to delete the c:windoseuser.pwl or go registry hacking.
i was asked for a quick howto on getting this to work, here goes
1. created an ibay called netlogon
2. make a batch file eg elogon.bat and copy to the files directory with notepad
mine is
net use h: \e-smith-serverhomes
net use f: \e-smith-serverprograms
net time \e-smith-server /set /yes
for dos , net /? or net time /?
3. this is for e-smith 3.1
from the console alt f3 log on as root
pico /etc/e-smith/templates/etc/smb.conf
uncomment ; domain logons = yes
and add logon script = files/elogon.bat
run /sbin/e-smith/signal-event console save
which copies the smb.conf to /etc/smb.conf
4. on the client win95 in my case settings-network-client for ms-properties
check the box
my domian was e-smith
that's all
NOTE can e-smith make the changes to smb.conf in step 3 the default,
it would avoid the trickiest part for novices.
ALSO p 51 of the e-smith manual has the lame advice re deleting
the user.pwl file, isn't the domain login the prefered method
it solves 2 bugbears
wrong passwords
and lost drives
regards
stephen