Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: laurie_lewis on March 02, 2006, 01:46:54 AM

Title: Add a new file Server
Post by: laurie_lewis 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
Title: Re: Add a new file Server
Post by: CharlieBrady 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.
Title: Add a new file Server
Post by: Franco 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
Title: Add a new file Server
Post by: genzil 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)
Title: Add a new file Server
Post by: Franco on March 03, 2006, 04:17:39 PM
Thanks genzil,
Not much information but the Domain Security Model also works fine :)