Hello: I have installed Samba successfully on a Sun Solaris 8 (Sparc box). Using the SWAT web tool I was ablt to get a smb.conf file created. If can connect directly from the Sparc box with no problems, example: smbclient //localhost/homes added interface ip=10.12.254.58 bcast=10.12.254.255 nmask=255.255.255.0 Password: Domain=[SMBWORKGROUP] OS=[Unix] Server=[Samba 2.2.2] smb: \> [at this point I can ls my home directory "/export/home/murraylk"] However, try as I might, I can't attach from my PC, example C:\>net use g: \\ldsslcu158\homes System error 1240 has occurred. The account is not authorized to log in from this station. I have gone over and over all the smb.conf , and have specifically included my W2K WS (static IP) into the "hosts equiv" and "hosts allow" section, summary example: # Samba config file created using SWAT # from MurrayLK (10.12.192.83) # Date: 2001/12/21 10:21:01 # Global parameters [global] workgroup = SAMBA server string = Samba Server security = SERVER ["USER" etc. don't work either] hosts equiv = 10.12.192.83 log file = /usr/local/samba/var/log.%m max log size = 50 dns proxy = No hosts allow = 10.12.192.83 [homes] comment = Home Directories read only = No browseable = No Does anyone have an idea what a "System error 1240 is" [W2K workstation] or why "The [my] account is not authorized to log in from this station I use the same name & password on my W2K & Solaris box. First CORRECT answer gets tickets for two to Jimmy Neutron movie via PayPal. Thanks, Lance ---------------------------------------------------------------- Lance Murray, Information Systems The Church of Jesus Christ of Latter-Day Saints (801) 240-6583, murraylk@ldschurch.org "Better to dig a little well than a big pit." (Phaedrus Jr.) ------------------------------------------------------------------------------ This message may contain confidential information, and is intended only for the use of the individual(s) to whom it is addressed. ==============================================================================
Lance, First thing I'd do is get rid of that dangerous "hosts equiv" and "hosts allow" stuff. I had lots of problems with Samba until I learned to stop trying to truss Samba up like a turkey right from the start. Add all the extra conditional stuff once you have it working. Next thing is that I don't think "\\ldsslcu158\homes" is right. You have "browseable = no" under your [homes] heading. Remember that the browseable flag under [homes] is specific to the share "homes" itself whereas the auto-share of your private account home directory is controlled by the global "browseable = " flag, which defaults to "yes". I could, of course, be totally wrong. It's been known to happen occasionally ... julian. ================At 10:30 AM 12/21/01 -0700, you wrote:>Hello: > >I have installed Samba successfully on a Sun Solaris 8 (Sparc box). Using >the SWAT web tool I was ablt to get a smb.conf file created. If can >connect directly from the Sparc box with no problems, example: > > smbclient //localhost/homes > added interface ip=10.12.254.58 bcast=10.12.254.255 nmask=255.255.255.0 > Password: > Domain=[SMBWORKGROUP] OS=[Unix] Server=[Samba 2.2.2] > smb: \> [at this point I can ls my home directory > "/export/home/murraylk"] > >However, try as I might, I can't attach from my PC, example > > C:\>net use g: \\ldsslcu158\homes > System error 1240 has occurred. > The account is not authorized to log in from this station. > >I have gone over and over all the smb.conf , and have specifically >included my W2K WS (static IP) into the "hosts equiv" and "hosts allow" >section, summary example: > > # Samba config file created using SWAT > # from MurrayLK (10.12.192.83) > # Date: 2001/12/21 10:21:01 > # Global parameters > [global] > workgroup = SAMBA > server string = Samba Server > security = SERVER ["USER" etc. don't work either] > hosts equiv = 10.12.192.83 > log file = /usr/local/samba/var/log.%m > max log size = 50 > dns proxy = No > hosts allow = 10.12.192.83 > [homes] > comment = Home Directories > read only = No > browseable = No > >Does anyone have an idea what a "System error 1240 is" [W2K workstation] >or why "The [my] account is not authorized to log in from this station I >use the same name & password on my W2K & Solaris box. First CORRECT >answer gets tickets for two to Jimmy Neutron movie via PayPal. > >Thanks, > >Lance > >---------------------------------------------------------------- > Lance Murray, Information Systems > The Church of Jesus Christ of Latter-Day Saints > (801) 240-6583, murraylk@ldschurch.org > > "Better to dig a little well than a big pit." (Phaedrus Jr.) > > >------------------------------------------------------------------------------ >This message may contain confidential information, and is intended only >for the use of the individual(s) to whom it is addressed. > > >=============================================================================> > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba=============================Julian A. Opificius. 802 Fawn Road, Elk River, MN 55330. Home: 763.441.1291, Cell: 763.360.5919 julianop@mninter.net ICQ: 3268206 ==============================
Lance Murray wrote:> > Hello: > > I have installed Samba successfully on a Sun Solaris 8 (Sparc box). Using the SWAT web tool I was ablt to get a smb.conf file created. If can connect directly from the Sparc box with no problems, example: > > smbclient //localhost/homes > added interface ip=10.12.254.58 bcast=10.12.254.255 nmask=255.255.255.0 > Password: > Domain=[SMBWORKGROUP] OS=[Unix] Server=[Samba 2.2.2] > smb: \> [at this point I can ls my home directory "/export/home/murraylk"] > > However, try as I might, I can't attach from my PC, example > > C:\>net use g: \\ldsslcu158\homes > System error 1240 has occurred. > The account is not authorized to log in from this station.> Does anyone have an idea what a "System error 1240 is" [W2K workstation] or why "The [my] account is not authorized to log in from this station I use the same name & password on my W2K & Solaris box. First CORRECT answer gets tickets for two to Jimmy Neutron movie via PayPal.Simple: Add 'encrypt passwords = yes' to your smb.conf and setup an smbpasswd file. Or try the registry hack, but thats ugly and forces extra password prompts. (Registry hack files included in the samba doco) BTW, the hosts equiv stuff didn't work because the client bails out after the negprot, so it never even tries to authenticate. Andrew Bartlett -- Andrew Bartlett abartlet@pcug.org.au Manager, Authentication Subsystems, Samba Team abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net http://samba.org http://build.samba.org http://hawkerc.net