Displaying 2 results from an estimated 2 matches for "rcat".
Did you mean:
cat
2011 Jul 27
1
create a index.date column
...t tells me the first day of use of a category by
id.
#Calculate
time difference
test$tdiff<-as.numeric(difftime(as.Date("2002-09-01"), test$ftime, units = "days"))
#
obtain the index date per person and dcategory
index.date.test<-tapply(test$tdiff,
list(test$id, test$rcat), max)
Nonetheless,
at the moment I think will be more useful to create a column in my
data that tells me which row is the index date.
Something
like:
ti<-function(x){
ifelse(x==max(x),
"i", "n") # x = test$tdiff
}
tapply(test$tdiff,
list(test$rcat, test$id), F...
2025 Apr 22
1
Unable to join DC to existing AD domain
...unavailable without authentication
I have tried different syntaxes for providing the username, but they all
produce the same error.
DC4 is our only DC at the moment and has all FSMO roles. The rest of the
domain appears to be working fine as clients can authenticate, I can
access DC4 using the RCAT tools, and I can join clients/members to the
domain using the same credentials. We have previously demoted an offline
AD DC following the guide on the wiki, which I'm wondering if that's
related, but I didn't find any traces of the old DC left in AD.
Samba 4.19_5 on FreeBSD 14.2-p2....