Koozali.org: home of the SME Server

Add a new file Server

laurie_lewis

Add a new file Server
« on: March 02, 2006, 01:46:54 AM »
I have my gateway setup with users etc and working fine as a PDC.

Can I add another SME server with just file sharing setup but use the groups/users set up on the first computer?

Laurie

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Add a new file Server
« Reply #1 on: March 02, 2006, 05:23:02 AM »
Quote from: "laurie_lewis"
I have my gateway setup with users etc and working fine as a PDC.

Can I add another SME server with just file sharing setup but use the groups/users set up on the first computer?


Not without substantial modifications, which as far as I know nobody has designed.

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Add a new file Server
« Reply #2 on: March 03, 2006, 04:00:12 AM »
Very easily done by modifying the template so it reads as follow:
Quote
You can configure Samba to use a separate password server under server-level security with the use of the password server global configuration option, as follows:

    [global]
        security = server
        password server = server1


Where server1 is your PDC

Offline genzil

  • ***
  • 51
  • +0/-0
    • http://www.tuxx.org.uk
Add a new file Server
« Reply #3 on: March 03, 2006, 01:53:40 PM »
I suggest you read the note at http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/s1-samba-security-modes.html before you use this feature (at the bottom of the page, 14.4.5)
Smile :-)......

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Add a new file Server
« Reply #4 on: March 03, 2006, 04:17:39 PM »
Thanks genzil,
Not much information but the Domain Security Model also works fine :)