Changing a user's sid is a really bad idea, so in the AD DC (at least)
is is made quite difficult.
In particular, it is critical that it remain unique, and be removed from
the RID pool. When we do a classicupgrade, we take care to ensure all
RID pools start above the users we import. That is really the only time
it is safe to force a RID.
Why do you need to change it?
--
Andrew Bartlett http://samba.org/~abartlet/
Authentication Developer, Samba Team http://samba.org
Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
Greetings!!
Never used it myself, but there is the provision option
'--domain-sid=SID' . I assume that you can use this to set the domain
SID when you provision a new domain.
Rowland
Greetings!!
Sorry, my Gmail is configured to top-post by default.
My problem with upgrades was with member servers. The upgrade process was
fine and I can join the AD with any Windows machine, but when I try to join
that AD with a Linux machine then it fails. I've created a new AD with same
versions and configurations and I can join that AD with same servers that
fails with upgraded AD.
Greetings!!
Am 28.04.2015 um 21:58 schrieb Daniel Carrasco Marín:
> My problem with upgrades was with member servers. The upgrade process was
> fine and I can join the AD with any Windows machine, but when I try to join
> that AD with a Linux machine then it fails. I've created a new AD with same
> versions and configurations and I can join that AD with same servers that
> fails with upgraded AD.
How do you join the Linux machines? And what was the problem/error?
Regards,
Marc
> Hello Daniel,
>
> Am 28.04.2015 um 21:58 schrieb Daniel Carrasco Marín:
>
>> My problem with upgrades was with member servers. The upgrade process was
>> fine and I can join the AD with any Windows machine, but when I try to
>> join
>> that AD with a Linux machine then it fails. I've created a new AD with
>> same
>> versions and configurations and I can join that AD with same servers that
>> fails with upgraded AD.
>>
>
>
> How do you join the Linux machines? And what was the problem/error?
>
>
> Regards,
> Marc
>
>
I don't know if you have some mails from list called "I can't join the new
AD server with Samba4". Here's where i explain my problem.
Greetings!!
https://lists.samba.org/archive/samba/2015-April/191269.html
It actually starts a couple of posts earlier, but you can ignore them,
the OP posted wrong info. Everything seemed to be OK, but he says that
he cannot join a member server to the domain, for what appears to be an
authentication problem for Administrator.
See if you can see anything I missed, or suggest anything else the OP
can try.
Rowland
>
>
> 2015-04-29 0:11 GMT+02:00 Andrey Repin <anrd...@yandex.ru>:
>
>> Greetings, Rowland Penny!
>>
>> >> Looks like the thread starts here --
>> >>
>> >> https://lists.samba.org/archive/samba/2015-April/191269.html
>> >>
>> >>
>>
>> > It actually starts a couple of posts earlier, but you can ignore them,
>> > the OP posted wrong info. Everything seemed to be OK, but he says that
>> > he cannot join a member server to the domain, for what appears to be an
>> > authentication problem for Administrator.
>>
>> If that is indeed a problem, I would suggest trying another member of
>> 'Domain Admins' group.
>>
>
> Tried, but it fails too.
> Tomorrow i will try to migrate again the old domain. Maybe i'll try to
> compile the latest version or sernet packages instead the 4.1 of Wheezy
> Backports.
>
> Greetings!!
>
Impossible... I've tried with Sernet packages and compiling the latest
version from git and I can't make it work. I've followed the full upgrade
manual from the wiki two times and in both versions I've got an error
"NT_STATUS_OBJECT_NAME_NOT_FOUND" when i try to run the "smbclient -L
localhost -U%" command to check if works (at least with wheezy backports
v4.1 this works). Finally I preffer to still with the new working domain
instead keep trying to upgrade the old domain. Maybe is damaged or have any
wrong configurations and the best way is to create a new clean domain.
Thanks anyway for your help.
There really isn't much difference between a 'new' domain and your old
domain. That is, what we do at the start of the classicupgrade is
provision a new domain, with the correct name and SID, then add the
users. So I really think you should try and understand what the issue
actually is. You will need to post the logs, level 10 if need be, of
the server, and the client, to get any useful assistance.
Andrew Bartlett
--
Andrew Bartlett http://samba.org/~abartlet/
Authentication Developer, Samba Team http://samba.org
Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
Thanks again and greetings!!