Results 1 to 2 of 2

Thread: Samba configuration

  1. #1
    Join Date
    Dec 2014
    Beans
    4

    Samba configuration

    Good morning.

    I installed Samba on my server but I need some help in consfiguratin:

    1. Access only for users from my network
    2. Create catalog for all users, users not login - only read, users log in - all(read, create, write)
    3. Create catalog for users group. If we create some group users from that group have access to that catalog (read, create, write)
    4. All users have acces to their home catalog.
    5. No time synchronization with server

    Thank You very much.
    Last edited by cariboo; December 20th, 2014 at 05:18 AM. Reason: normalize font to comply with forum C of C

  2. #2
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Samba configuration

    Quote Originally Posted by Micha_Sabat View Post
    Good morning.

    I installed Samba on my server but I need some help in consfiguratin:

    1. Access only for users from my network
    2. Create catalog for all users, users not login - only read, users log in - all(read, create, write)
    3. Create catalog for users group. If we create some group users from that group have access to that catalog (read, create, write)
    4. All users have acces to their home catalog.
    5. No time synchronization with server

    Thank You very much.
    1. All network users are both Linux users and Samba users that you configure -- The server is configured to respond to all requests in the local LAN
    2. Samba login is for access not for read write permissions - RW is file system attribute
    3. This is combination of Samba access and file system permissions
    4. This is set with a single [homes] share (catalog?)
    5. I don't know what this means


    Assuming that this is a standalone Samba server (no AD-DC services); the basic steps are:
    • Add the users to the server as: Linux (adduser) and Samba (smbpasswd -a)
    • Add users to a common user group for public Samba shares (adduser user group)
    • Configure the file system's root directory of each share (chown and chmod)
    • Configure each share by editing the share parameters (/etc/samba/smb.conf)

    Do you have any computer background? Have you read or done anything about Samba configuration for this server? What type of network are you using Samba in: home or business? How many users are there on this network?
    -BAB1

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •