[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Request for smb.conf for W98 interface



that's not necessary. If you have this line in your smb.conf you don't need
to turn encrypted passwords off in win98

   encrypt passwords = yes

The main problem is if you have to add users to smb or linux. I recommend
using the program "smbadduser" for each user on your network:

smbadduser nameonthelinuxbox:nameonthewinbox

nameonthelinuxbox and nameonthewinbox can be the same. If you don't want to
do this, just add the user to your linux box (which must be done!)

here is a copy of my smb.conf:

; /etc/smb.conf
;
; Make sure and restart the server after making changes to this file:
; /etc/rc.d/init.d/smb restart
;

[global]
# Uncomment this if you want a guest account
;  guest account = nobody

# This is the workgroup
   workgroup = GateNet
   encrypt passwords = yes

# This will be seen in the description field
   server string = Linux Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your locl network.
   hosts allow = 192.168.1. 192.168.2. 127.

   lock directory = /var/lock/samba

[homes]
   comment = Home Directories
   browseable = no
   read only = no
   create mode = 0644

[Public]
   comment = Public Workspace
   path = /network/public
   public = yes
   writeable = yes
   printable = no
   create mode = 0644

[Collections]
   comment = Collections
   path = /network/collections
   public = yes
   writeable = yes
   printable = no
   write list = @adm
   create mode = 0644


addapt this to suit your needs.

----- Original Message -----
From: "Ilagan, John" <sjohni speakeasy net>
To: <redhat-install-list redhat com>
Sent: Thursday, September 28, 2000 12:47 AM
Subject: Re: Request for smb.conf for W98 interface


>
> John:
>
> Did you try applying the w98 registry patch to turn off encrypted
> passwords?  its in the samba /doc folder I believe.  It should have a
win98 in
> sthe file name and the .reg as the file extension.
>
> Be sure to not to use encryption on your samba server just yet.  Try to
use the
> smb.conf file that comes with the samba distribution.  It's setup for the
homes
> share automatically.  Just change the workgroup tag and you should be all
set.
>
> Reply privately if you have any questions.
>
> sji
> mailto:sjohni speakeasy org
>
>
> On Wed, 27 Sep 2000, John Helly wrote:
>
> > Hi.
> > Is there anyone so kind as to send me a copy of the smb.conf that works
with
> > W98?  I'm trying to enable file mounting and only have a very minimal
> > smb.conf from my Linux installation.  I can't find the actual syntax to
add
> > the right type of encryption to my smb.conf and much of the
documentation
> > that I've found is contradictory or vague.
> > cheers.
>
> --------------------------------------------------------------------------
-
> > John Helly, University of California, San Diego
> > Sequoyah Hall (SEQ)/ San Diego Supercomputer Center
> > 9500 Gilman Dr. Mail Code 0527
> > La Jolla CA 92093-0527
> > Phone: Voice +01 858 534 5060 / FAX +01 858 822 3631
> > Deliveries: 10100 Hopkins Drive, La Jolla, CA 92093
> >
> >
> > -----Original Message-----
> > From: redhat-install-list-admin redhat com
> > [mailto:redhat-install-list-admin redhat com]On Behalf Of Jeff Hogg
> > Sent: Monday, September 25, 2000 9:54 AM
> > To: redhat-install-list redhat com
> > Subject: Re: Need help configuring SAMBA
> >
> >
> >
> > -----Original Message-----
> > From: C. Bryan Young <cbyoung ukans edu>
> > To: redhat-install-list redhat com <redhat-install-list redhat com>
> > Date: Monday, September 25, 2000 10:54 AM
> > Subject: Need help configuring SAMBA
> >
> >
> > >Sorry for the re-post -- I didn't get a response first time around.  I
need
> > >help configuring SAMBA on my RH6.2 box.  Below is the original message:
> > >
> > >I need some help getting RH 6.2 to access an HP 6MP (Postscript
printer) on
> > >a PC running Windows 2000.  I can print to the HPjust fine using
smbclient,
> > >but would like to be able to print using lpr and smbprint.  I've tried
> > >various settings in my printcap file -- using printtool and also making
> > >manual adjustments, but no luck.  Can anyone show me a working
> > >configuration?
> > >
> > >From previous postings and a bit of reading, I've learned you need to
have
> > samba 2.0.7 to deal with win2000 in most respects.  If your still using
> > 2.0.5, you will have problems.  Outside of that, you should be able to
set
> > up the printer via printtool, as an smb shared printer.  It has a few
> > security issues, but works fine most of the time.  I'm running win9x of
> > various types with linux boxes running samba as servers.  samba 2.0.5 in
my
> > case.  I can set up something similar and send the configs to you, if
you
> > think it will help.  Right now, the printers are on linux shared to the
> > windows systems.  Good luck.
> >
> > Jeff Hogg
> >
> >
> >
> > _______________________________________________
> > Redhat-install-list mailing list
> > Redhat-install-list redhat com
> > https://listman.redhat.com/mailman/listinfo/redhat-install-list
> >
> >
> >
> > _______________________________________________
> > Redhat-install-list mailing list
> > Redhat-install-list redhat com
> > https://listman.redhat.com/mailman/listinfo/redhat-install-list
> >
>
>
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
> https://listman.redhat.com/mailman/listinfo/redhat-install-list
>





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]