Koozali.org: home of the SME Server

Windows 98 login and sme

Offline ansentry

  • ****
  • 118
  • +0/-0
Windows 98 login and sme
« on: July 10, 2004, 08:06:50 AM »
I am running sme 6.01-01 custom.

I am connecting with both XP pro and win2k to the sme (domain controller), the login script works fine, connects to correct drives for groups etc.

Now I have just tried to connect a win98 pc to the domain, the normal small black screen flashes on the destop and the dialog box re NT scrip executing all appear, BUT no drives are connected. If use the same user name and password on a XP Pro or win2K machine works fine.

I have no trouble with 5.1 - 5.6 using win98.

Any suggestions, would be appreciated.

 :-?
Regards,

John A

boringgit

Windows 98 login and sme
« Reply #1 on: July 10, 2004, 12:42:13 PM »
Could you post the login script?

Anonymous

Windows 98 login and sme
« Reply #2 on: July 11, 2004, 02:56:10 AM »
boringgit,

Here is a copy of my login script.

@ECHO Off
REM ------------->THIS DISCONNECTS ALL SME GROUP DRIVES

if exist Z: net use Z: /delete /yes
if exist M: net use M: /delete /yes
if exist I: net use I: /delete /yes
if exist P: net use P: /delete /yes
if exist X: net use X: /delete /yes
if exist Y: net use Y: /delete /yes
if exist K: net use K: /delete /yes
if exist S: net use S: /delete /yes
if exist T: net use T: /delete /yes
if exist V: net use V: /delete /yes
if exist J: net use J: /delete /yes
if exist W: net use W: /delete /yes
if exist H: net use H: /delete /yes

REM -----> To set the time
net time \\SME6 /set /yes

REM -----> Connects to these Non Grouped drive
net use H: /home
net use P: \\SME6\public_sh

REM -----> Connects to drives if memeber of "Group"
net use I: \\SME6\install_sh
net use M: \\SME6\myob_sh
net use Y: \\SME6\access_be
net use T: \\SME6\archive_sh
net use W: \\SME6\templates_sh

Anonymous

Windows 98 login and sme
« Reply #3 on: July 11, 2004, 06:11:30 AM »
Check the access rights on your netlogon.bat file

Offline ansentry

  • ****
  • 118
  • +0/-0
re windows 98 and SME
« Reply #4 on: July 12, 2004, 07:56:51 AM »
Guest,

I have checked the mode on the netlogon.bat file

it is 0644.

I have not changed any of the setting on the file, It works fine with XP Pro and W2K.

Win98 does not appear to find the netlogon.bat, because if I put a "pause" at the bottom of the script, the others (XP & W2K) will pause, but not win98.

Any help would be appreciated.
Regards,

John A

Offline pkidd

  • *
  • 15
  • +0/-0
Re: re windows 98 and SME
« Reply #5 on: July 26, 2004, 05:49:19 AM »
any luck to date?
I believe it has to do with Line Terminations (\n\r perhaps) but I haven't figured it out myself
...

Offline ansentry

  • ****
  • 118
  • +0/-0
re windows 98 and SME
« Reply #6 on: July 26, 2004, 07:03:14 AM »
pkidd,

Yes I got it working fine, I forgot to run the regedit program that sme 6.x comes with.

/home/e-smith/files/server-resources/regedit

in there you will find the regedit program for both win98 and xp pro.

This is the first time that I have had to connect a win98 machine to sme 6.x.

All my other sme6x the users have win2k or xp pro.

 :pint:
Regards,

John A

RavenIV

Windows 98 login and sme
« Reply #7 on: July 27, 2004, 12:42:13 AM »
on standard the samba-server (domain-login and file-shares) is set to use encrypted passwords.
winXP and win2000 use them as standard, too.
win98 uses not-encrypted (plain-text) passwords for default. the registry-modification that comes with SME changes this setting to use encrypted passwords.

that's the trick.

cheers