Link to home
Start Free TrialLog in
Avatar of mclarksonaz
mclarksonazFlag for United States of America

asked on

Setting up SCO OpenServer 5.0.7 with Samba 2.2.6 to host a share for Windows 2003 Server

I am attempting to set up my SCO OpenServer 5.0.7 to share one of its folders with a Windows Server as a mapped drive via Samba. I have done this in Linux but usually it was the linux system pulling from the Windows system and my Samba was a newer version. 2.2.6 was the last SCO release of Samba supported by OpenServer 5.0.7. I have gotten to the point where my Windows systems can see the SCO box in Network Places but it is unable to connect, returning the error, "The account is not authorized to log in from this station." I have disabled the encryption, changed the group policy to send unencrypted passwords to 3rd party SMB, set NTLM levels to minimum, and even enabled encryption in smb.conf. I am tearing my hair out here. Does anyone have access to a setup guide for connecting such an old version of SCO to server 2003 via samba? Any help would be great. Thanks in advance.
Avatar of already_used
already_used
Flag of Canada image

I have one account with the same OS configuration (SCO 5.0.7 and Win2003), but we use Visionfs 3.1 instead of Samba.  I don't recall doing anything unusual in setting it up.
If you are open to changing from Samba to Visionfs, I can send you a copy.
Avatar of mclarksonaz

ASKER

I am more than happy to try. As long as the result is being able to map folders on the SCO box to the 2003 server I am sure the boss doesn't care how I pull it off.
Avatar of mikelfritz
Don't use VisionFS.  It's a complete hunk of junk.

For testing purposes change the smb.conf file to use open sharing instead of user authorised.  Find the security line in the conf line and make it:

   security = share

Then set up a share like this:

[public]
   comment = Public Stuff
   path = /u/public
   public = yes
   writable = yes
   printable = no

Make sure the unix permissions are wide open on /u/public and run a test.

Ok, almost there. Now just have to work out smb user creation. Have never worked that out on SCO. Linux setup for this is cake. How do I link a Windows user to a SCO user?
ASKER CERTIFIED SOLUTION
Avatar of mikelfritz
mikelfritz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I did that in both the registry and the group policy. The problem is some usernames in the windows server are over 8 characters and SCO 5.0.7 yells at you when you try that. It says in some of the docs that you can use smbpasswd and smbuser to map Windows users over but it doesn't give you any idea how.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think it may not even be an option in 2.2.6 (circa 2002) being that XP (circa 2001) was brand new and NT 4.0/2000 were the nes MS OS's at the time...

You might have better luck with a newer samba (3.0.14) here:

ftp://ftp2.sco.com/pub/skunkware/osr5/vols/
By pairing the information from the two chosen solutions the share works correctly. Thank you to all.