Displaying 3 results from an estimated 3 matches for "b646".
Did you mean:
646
2023 Jan 08
2
Issues demoting a samba DC.
..._msdcs.tls.msk.ru. CNAME svdcp.tls.msk.ru.
svdcp.tls.msk.ru. A 192.168.19.6
I haven't found the string e3514235-4b06-11d1-ab04-00c04fc2dcd2 anywhere in
/var/lib/samba/ or similar dirs, the only single mention of it is in
private/spn_update_list:
# These are not supported yet:
# NtFrs-88f5d2bd-b646-11d2-a6d3-00c04fc9b232/${HOSTNAME}
# Dfsr-12F9A27C-BF97-4787-9364-D31B6C55EB04/${HOSTNAME}
(yes, commented out).
What it is doing here? It *looks* like this is being logged when the this DC
(msdcm) is trying to replicate to msdcp, - but that one reports successful
replication, while this one (sv...
2023 Jan 08
1
Issues demoting a samba DC.
On 08/01/2023 11:04, Michael Tokarev via samba wrote:
> Hello!
>
> I'm trying to remove a DC from our samba domain (samba 4.17.4).
> It was the primary controller (with FSMO roles), - I successfully
> transferred the roles to another DC.? Now it's time to demote:
>
> ai# samba-tool domain demote -U mjt-adm
> Using svdcp.tls.msk.ru as partner server for the
2023 Jan 08
1
Issues demoting a samba DC.
...ar/lib/samba/ or similar dirs, the only single mention of it is in
> private/spn_update_list:
It is in sam.ldb (do not touch anything in sam.ldb.d), but you will
probaly have to use ldbsearch with '--cross-ncs' to see it.
>
> # These are not supported yet:
> # NtFrs-88f5d2bd-b646-11d2-a6d3-00c04fc9b232/${HOSTNAME}
> # Dfsr-12F9A27C-BF97-4787-9364-D31B6C55EB04/${HOSTNAME}
>
> (yes, commented out).
>
> What it is doing here?? It *looks* like this is being logged when the
> this DC
> (msdcm) is trying to replicate to msdcp, - but that one reports succes...