Displaying 3 results from an estimated 3 matches for "4b71".
Did you mean:
471
2016 Jan 08
3
DNS problems on windows AD
Hello Marc,
samba is 4.1.22.
I let the dcpromote choose the DC.
DNS is internal
Yes the windows DC has also global catalog
Regards
Olivier
On Fri, Jan 8, 2016 at 4:38 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:
> Hello Olivier,
>
> Am 08.01.2016 um 12:02 schrieb Olivier Weinstoerffer:
> > I have a domain composed by 3 linux samba 4 AD servers.
>
> - Which
2018 Jun 22
1
Proper sysvol permissions
...ind documentation for that.
#samba-tool ntacl sysvolcheck
returns something not very trustworthy
ERROR(<class 'samba.provision.ProvisioningError'>): uncaught exception -
ProvisioningError: DB ACL on GPO directory /usr/local/
samba.ad/var/locks/sysvol/nemuh.cz/Policies/{CD95731E-39C1-4B71-82D1-9CD25F210509}
O:DAG:DAD:PAI(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;EA)(A;OICIIO;0x001f01ff;;;CO)(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;SY)(A;OICI;0x001200a9;;;AU)(A;OICI;0x001200a9;;;ED)
does not match expected value
O:DAG:DAD:P(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;EA)(A;OICI...
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>