Byron Bogaert
2015-Dec-15 20:58 UTC
[Samba] How can I change the localSID for a SAMBA Server?
Hi Marc, We are running Samba Version 4.1.6-Ubuntu on Ubuntu 14.04 LTS. Is there any other specific information you need? Thanks, Byron -- *Byron Bogaert* *IT System Administrator* Wikimedia Foundation Imagine a world in which every single human being can freely share in the sum of all knowledge. Help us make it a reality! https://donate.wikimedia.org On Tue, Dec 15, 2015 at 12:53 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:> Hello Byron, > > Am 15.12.2015 um 21:29 schrieb Byron Bogaert: > > We are working on building a Standalone Samba server on Ubuntu 14.04 LTS. > > On my standalone host (Fedora 23, Samba 4.3.1), it's working: > > # net getlocalsid > SID for domain DEMO is: S-1-5-21-3979603266-3590286814-3507847034 > > # net setlocalsid S-1-5-21-3979603266-3590286814-999999999 > > # net getlocalsid > SID for domain DEMO is: S-1-5-21-3979603266-3590286814-999999999 > > # net setlocalsid S-1-5-21-3979603266-3590286814-3507847034 > > # net getlocalsid > SID for domain DEMO is: S-1-5-21-3979603266-3590286814-3507847034 > > > Can you give some more information about your environment? > > > Regards, > Marc >
Marc Muehlfeld
2015-Dec-15 21:04 UTC
[Samba] How can I change the localSID for a SAMBA Server?
Am 15.12.2015 um 21:58 schrieb Byron Bogaert:> We are running Samba Version 4.1.6-Ubuntu on Ubuntu 14.04 LTS. Is there any > other specific information you need?Do you have a change to try it with a recent version (4.3.x)? I don't have an old version here at the moment and can't say if there was a bug in that area that time. And can you show the [global] part of your smb.conf? Regards, Marc
Rowland penny
2015-Dec-15 21:05 UTC
[Samba] How can I change the localSID for a SAMBA Server?
On 15/12/15 20:58, Byron Bogaert wrote:> Hi Marc, > > We are running Samba Version 4.1.6-Ubuntu on Ubuntu 14.04 LTS. Is there any > other specific information you need? > > Thanks, > Byron >I can think of at least two things, what is in your smb.conf and why do you need to change the SID on a standalone server. Rowland
Byron Bogaert
2015-Dec-15 21:16 UTC
[Samba] How can I change the localSID for a SAMBA Server?
Hi Rowland, We need to change the SID on a standalone server because it needs to also act as a File Server. The authentication comes from LDAP, and we have existing entries in LDAP for SID of the domain. Instead of change all the SID in ldap, we would like to be able to change it on the server. Hope this helps. Thanks, Byron -- *Byron Bogaert* *IT System Administrator* Wikimedia Foundation Imagine a world in which every single human being can freely share in the sum of all knowledge. Help us make it a reality! https://donate.wikimedia.org On Tue, Dec 15, 2015 at 1:05 PM, Rowland penny <rpenny at samba.org> wrote:> On 15/12/15 20:58, Byron Bogaert wrote: > >> Hi Marc, >> >> We are running Samba Version 4.1.6-Ubuntu on Ubuntu 14.04 LTS. Is there >> any >> other specific information you need? >> >> Thanks, >> Byron >> >> > I can think of at least two things, what is in your smb.conf and why do > you need to change the SID on a standalone server. > > Rowland > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
Byron Bogaert
2015-Dec-17 02:19 UTC
[Samba] How can I change the localSID for a SAMBA Server?
Hi Marc, I tried using Samba version 4.3 without much success. I still was not able to control what the local sid of the machine was. To install 4.3 on Ubuntu 14.04 LTS I needed to use the following ppa: https://launchpad.net/~bnd-acc/+archive/ubuntu/samba43 I also tried changing to the smb.conf to "SERVER ROLE = CLASSIC PRIMARY DOMAIN CONTROLLER on my 4.1.6 and 4.3 version. This also did not help me control what the local sid was. I feel like I'm some important fundamental elements of how the domain sid, and local sid are created, used and modified. Perhaps you or someone here can elaborate on this? Thanks, -- *Byron Bogaert* *IT System Administrator* Wikimedia Foundation Imagine a world in which every single human being can freely share in the sum of all knowledge. Help us make it a reality! https://donate.wikimedia.org On Tue, Dec 15, 2015 at 1:04 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:> Am 15.12.2015 um 21:58 schrieb Byron Bogaert: > > We are running Samba Version 4.1.6-Ubuntu on Ubuntu 14.04 LTS. Is there > any > > other specific information you need? > > Do you have a change to try it with a recent version (4.3.x)? I don't > have an old version here at the moment and can't say if there was a bug > in that area that time. > > And can you show the [global] part of your smb.conf? > > > Regards, > Marc >
L.P.H. van Belle
2015-Dec-17 09:21 UTC
[Samba] How can I change the localSID for a SAMBA Server?
And net getlocalsid net setlocalsid does not work ?> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Byron Bogaert > Verzonden: donderdag 17 december 2015 3:20 > Aan: Marc Muehlfeld > CC: samba at lists.samba.org > Onderwerp: Re: [Samba] How can I change the localSID for a SAMBA Server? > > Hi Marc, > > I tried using Samba version 4.3 without much success. I still was not able > to control what the local sid of the machine was. > > To install 4.3 on Ubuntu 14.04 LTS I needed to use the following ppa: > https://launchpad.net/~bnd-acc/+archive/ubuntu/samba43 > > I also tried changing to the smb.conf to "SERVER ROLE = CLASSIC PRIMARY > DOMAIN CONTROLLER on my 4.1.6 and 4.3 version. This also did not help me > control what the local sid was. > > I feel like I'm some important fundamental elements of how the domain sid, > and local sid are created, used and modified. Perhaps you or someone here > can elaborate on this? > > Thanks, > > -- > *Byron Bogaert* > > *IT System Administrator* > Wikimedia Foundation > > Imagine a world in which every single human being can freely share in the > sum of all knowledge. Help us make it a reality! > https://donate.wikimedia.org > > On Tue, Dec 15, 2015 at 1:04 PM, Marc Muehlfeld <mmuehlfeld at samba.org> > wrote: > > > Am 15.12.2015 um 21:58 schrieb Byron Bogaert: > > > We are running Samba Version 4.1.6-Ubuntu on Ubuntu 14.04 LTS. Is > there > > any > > > other specific information you need? > > > > Do you have a change to try it with a recent version (4.3.x)? I don't > > have an old version here at the moment and can't say if there was a bug > > in that area that time. > > > > And can you show the [global] part of your smb.conf? > > > > > > Regards, > > Marc > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba