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

RE: Samba Share



Nice info jeff.......

ashish nabira
satyam computers

-----Original Message-----
From: jkinz ultranet com [mailto:jkinz ultranet com]
Sent: Wednesday, March 06, 2002 8:59 PM
To: redhat-install-list redhat com
Subject: Re: Samba Share 


At 08:01 AM 3/6/2002 -0600, Ron Bramblett wrote:

>>
>> Quick question.  How do you make a share in Samba that allows a Windows
>> client access?  Do you have to create local user accounts or can you let
the
>> NT domain controller handle that?

One possibility :
>From the SMB-HOWTO   Around line 200 for Version 10 of the HOWTO file:

  The homes section allows a remote users to access their (and only
  their) home directory on the local (linux) machine).  That is, if a
  Windows user trys to connect to this share from their Windows
  machines, they will be connected to their personal home directory.
  Note that to do this, they must have an account on the linux box.
                    >>>>-------------------------------------------<<<<<<



  The sample smb.conf file below allows remote users to get to their
  home directories on the local machine and to write to a temporary
  directory.  For a Windows user to see these shares, the linux box has
  to be on the local network.  Then the user simply connects a network
  drive from the Windows File Manager or Windows Explorer.

  Note that in the following sections, additional entries for this file
  will be given to allow more resources to be shared.

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

       [global]
       ; Uncomment this if you want a guest account
       ; guest account = nobody
          log file = /var/log/samba-log.%m
          lock directory = /var/lock/samba
          share modes = yes

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

       [tmp]
          comment = Temporary file space
          path = /tmp
          read only = no
          public = yes



>>
--
Jeff Kinz, Emergent Research,  Hudson, MA. Email may contain words
incorrectly
generated by Speech Recognition software. "jkinz ultranet com" copyright
1997-2002.
Use restricted to non-UCE uses. Any other use is an acceptance of the offer
at www.ultranet.com/~jkinz/policy.html.



_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list
************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************





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