Displaying 20 results from an estimated 2000 matches similar to: "domain join RODC failed"
2017 Jun 08
0
domain join RODC failed
*Resend to the list*
Hi,
i had the same problem.
The Solution was to check the permissions on NC for Enterprise Read-only domain controllers group.
Here some additional information: https://support.microsoft.com/en-us/help/2022387/troubleshooting-ad-replication-error-8453-replication-access-was-denied. Look at "Fix Invalid Default Security Descriptors"
Andrej
-----Ursprüngliche
2017 Oct 23
2
samba 4.7.0 replication errors
Hallo,
I encountered a similar problem.
I created a test environment with two domain controllers (copy from a 
working environment). I tried to join a read-only domain controller. 
Unsuccessfully. Samba-tool fell with a error:
....
added interface ens192 ip=192.168.59.5 bcast=192.168.59.255 
netmask=255.255.255.0
resolve_lmhosts: Attempting lmhosts lookup for name dcg2.unn.global<0x20>
2017 Sep 29
4
samba 4.7.0 replication errors
Hallo,
we have 5 ADDCs. All of them did run with sernet-samba 4.6.7.
I updated 4 of them to sernet-samba 4.7.0, one after the other, checked replication, everything seemed to be ok.
One day later a colleague wanted to delete a lot of users with a powershell-script and since then the
replication doesnt work anymore. (Im sure the script is not the problem, but it seemes like it triggered something)
2024 Feb 04
2
Help
Here is the script I used to plot the graph indicating the text I wanted to
insert. The line in the script that I have issues with is: text(-8,-8,
"R^2=  0.62",  r = 0.79, N = 161", cex = 2
R^2=  0.62 is not producing R squared = 0.62.
Thanks.
Sys.setenv( TZ="GMT" )
dt <- read.table("CLMXAPTY_sim", col.names = c("FDcli", "FDapt"))
2024 Feb 05
1
Help
Hi,
the command line with 'text' should be:
text(-8,-8, expression(R^2 * " = 0.62,  r = 0.79, N = 161"), cex = 2 )
Best,
Kimmo
su, 2024-02-04 kello 17:16 +0100, Jibrin Alhassan kirjoitti:
> Here is the script I used to plot the graph indicating the text I
> wanted to
> insert. The line in the script that I have issues with is: text(-8,-
> 8,
> "R^2=?
2024 Feb 04
1
Help
Hi Elo,
It gave this error message:
CR_plot2.R:14:37: unexpected string constant
13: plot(FDapt,FDcli, pch = 16,  cex.lab = 1.6, cex.axis = 1.4, cex.main =
0.8, font.lab = 1.7, font.axis = 1.7,  col = "red",main = "Simultaneous
Events at CLMX and APTY",ylab="CLMX",xlab="APTY")
14: text(-8,-8, "expression(R^2*"=  0.62"),  r = 0.79, N =
2024 Feb 04
3
Help
I have done a scatter plot in R. I want to insert the coefficient of
determination R^2 = 0.62 as a text in the plot. I have tried to write R^2
but could not produce R2. I would appreciate it if someone could help me
with the syntax. I have tried:  expression(paste("", R^2,"=", 0.62)), but
it did not produce R squared, rather it gave me error messages. Thanks.
Jibrin Alhassan
2024 Dec 31
2
R: R: samba remote site client authentication and network browsing problem
Ok, but why if i browse the network from the client with the remote rodc and the rwdc used as replication partner for rodc join online, everything work as expected, but if i shutdown the rwdc used for rodc join replication partner offline,  client no work anymore?
The join command for the remote rodc RODC-1 is:
samba-tool domain join scratch.lan RODC  --server=dc-1.scratch.lan --realm=SCRATCH.LAN
2018 Nov 22
2
machine account on RODC
Hello everybody,
if I set up a RODC in a different site with an own subnet do I have to
replicate the machine-passwords with "samba-tool rodc reload host\$
--server=addc"? Or can a machine always authenticate against a RODC?
Greetings
Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195
2018 Oct 23
3
Samba 4.7+ - RODC and password change support
On Tue, 23 Oct 2018 10:07:29 +1300
Garming Sam via samba <samba at lists.samba.org> wrote:
> Hi,
> 
> On 20/10/18 1:26 AM, Julien Ropé via samba wrote:
> >
> >  The deployment works, and computers seems to interact with the
> > RODCs as they should, but sometimes computers leave the domain
> > after a password change.
> >
> >  This seems to
2024 Dec 31
1
R: R: samba remote site client authentication and network browsing problem
On Tue, 31 Dec 2024 09:42:05 +0000
Manzini Enrico via samba <samba at lists.samba.org> wrote:
> Ok, but why if i browse the network from the client with the remote
> rodc and the rwdc used as replication partner for rodc join online,
> everything work as expected, but if i shutdown the rwdc used for rodc
> join replication partner offline,  client no work anymore?
> 
2015 Feb 16
2
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi Garming,
> As far I know, all this should work as you would expect. Quite recently,
> Andrew Bartlett and I went about testing some of the behaviour of the
> KDC and confirming behaviour such as RODC ticket forwarding.
thanks for the input. It gives me hope to dig deeper! I have some more 
time to spend on this issue today, I gonna try some more scenario.
> The one thing to check
2015 Feb 10
2
rodc and KRB_TGS_REQ forwarding to RWDC to access hub ressources
Hi everyone,
I would like to have some input on ressources access from a workstation 
logged on a RODC server that has to connect on hub site servers.
After login in the remote windows workstation, I have LOGONSERVER 
environment variable set to the local RODC server (workstation and user 
credentials have been preloaded). Everything works fine on local server. 
However if I want to connect to
2024 Dec 24
1
samba remote site client authentication and network browsing problem
On Tue, 24 Dec 2024 11:38:17 +0000
Manzini Enrico via samba <samba at lists.samba.org> wrote:
> Hello,
> we are testing a dc/rodc configuration with Samba AD, but we are
> stuck with a problem that occurs when one  of the writable DCs (the
> one that was used as a partner during rodc join) is shutdown: Test
> configuration:
> -          writeable dc and read only dc Samba
2018 Aug 07
2
setting up a RODC
Hello,
I just start testing the setup of an RODC with 4.8.3 (I use the packages
from Louis). The join works fine. After a reboot of the rodc I can see
all Objcts with:
ldbsearch --url=/var/lib/samba/private/sam.ldb
and all users and groups with:
wbinfo -u
wbinfo -g
But as soon as I try to test the replication I got this message:
-----------
root at rodc-01:/var/lib/samba/private# samba-tool drs
2024 Dec 24
1
samba remote site client authentication and network browsing problem
Hello,
we are testing a dc/rodc configuration with Samba AD, but we are stuck with a problem that occurs when one  of the writable DCs (the one that was used as a partner during rodc join) is shutdown:
 
Test configuration:
-          writeable dc and read only dc Samba 4.21 installed on Debian 12, with two sites configured
-          2 writetable dc named dc-1 and dc-2 on central site
-         
2024 Dec 30
1
R: samba remote site client authentication and network browsing problem
On Mon, 30 Dec 2024 16:07:31 +0000
Manzini Enrico via samba <samba at lists.samba.org> wrote:
> Hi Rowland
> We actually use RODC's because we have a customer with hub and spoke
> configuration with 4 RWDC's in the central site, and about 80 remote
> sites with RODC's deployed, all of these with low hardware security,
> sites where the machine can physically can
2018 Aug 07
2
setting up a RODC
Hello Stefan,
you need to use "-U" with user from Domain Admin group(maybe it works 
with other users too, but I didn't test it).
Andrej
Am 07.08.2018 um 17:00 schrieb Stefan Kania via samba:
> When I start the replication from the other DC it works as you can see:
> -------
> root at addc-01:~# samba-tool drs replicate rodc-01 addc-01 dc=example,dc=net
> Replicate
2018 Oct 19
2
Samba 4.7+ - RODC and password change support
 Hi,
  I am working on a deployment of Samba as a domain controller, with one 
central domain controller and several read-only DC.
  The deployment works, and computers seems to interact with the RODCs 
as they should, but sometimes computers leave the domain after a 
password change.
  This seems to happen only on RODC where the passwords have been 
replicated - on one occasion the RODC was
2019 May 05
2
Issues with RODC
On Sun, May 5, 2019 at 9:52 AM Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Sun, 5 May 2019 09:20:37 -0300
> Emerson Kfuri via samba <samba at lists.samba.org> wrote:
>
> > Hello,
> >
> > Recently I started using RODC servers on my environment and noticed a
> > few issues with it:
> > - lack of LDAP SPNs
> > -