Displaying 12 results from an estimated 12 matches for "ctr1".
Did you mean:
ctr
2018 Sep 12
2
eventlog functionality
Are you saying that it could be as simple as adding a case like this one headed up by a 'case 10:' ?
case 1: werr = init_srv_sess_info_1(p,
r->in.info_ctr->ctr.ctr1,
r->in.resume_handle,
r->out.totalentries);
break;
On Tuesday, 11 September 2018, 11:02:31 GMT-7, Andrew Bartlett via samba <samba at lists.samba.org> w...
2018 Sep 12
2
eventlog functionality
...you saying that it could be as simple as adding a case like this
> one headed up by a 'case 10:' ?
>
>
> case 1: werr =
> init_srv_sess_info_1(p,
> r->in.info_ctr-
> >ctr.ctr1,
> r-
> >in.resume_handle,
> r-
> >out.totalentries);
> break;
>
Like it, yes. Filling in the right structure version/arm etc.
Andrew Bartlett...
2013 Apr 12
0
net rpc share allowedusers fails half the time?
...unc : 'xxxxxxxxxx'
info_ctr : *
info_ctr: struct srvsvc_NetShareInfoCtr
level : 0x00000001 (1)
ctr : union srvsvc_NetShareCtr(case 1)
ctr1 : *
ctr1: struct srvsvc_NetShareCtr1
count : 0x00000000 (0)
array : NULL
max_buffer : 0xffffffff (4294967295)
resume_handle...
2011 Jul 11
1
Finding Confidence Intervals
...quot;Headline 2"),
Visitors=c("1000", "1300"),
Clicks=c("500", "600"),
Conversions=c("100", "150"))
And here are the click through rates and conversion rates for each of the
headlines.
ctr1 = (500/1000)*100 # for headline 1
ctr2 = (600/1300)*100 # for headline 2
ctr1; ctr2
conv1 = (100/1000)*100 # for headline 1
conv2 = (150/1300)*100 # for headline 2
conv1; conv2
According to the sites above, I'm really interested in determining the
confidence intervals for the conversion r...
2013 Aug 19
3
rpcclient netshareenum 502 causes SEGV
Hello:
I have a Windows 2003 Server that is causing rpcclient to SEGV via the
following command:
$ rpcclient -U Administrator%foobar -c 'netshareenum 502' <server>
...
type: 0x6269: SEC_DESC_OWNER_DEFAULTED SEC_DESC_DACL_DEFAULTED
SEC_DESC_SACL_DEFAULTED SEC_DESC_DACL_TRUSTED
SEC_DESC_SACL_AUTO_INHERIT_REQ SEC_DESC_SACL_PROTECTED
SEC_DESC_RM_CONTROL_VALID
SACL
Segmentation fault
2018 Apr 17
0
slow smbclient samba 4.7.x
...ver_unc : 'debian'
info_ctr : *
info_ctr: struct srvsvc_NetShareInfoCtr
level : 0x00000001 (1)
ctr : union srvsvc_NetShareCtr(case 1)
ctr1 : *
ctr1: struct srvsvc_NetShareCtr1
count : 0x00000000 (0)
array : NULL
max_buffer : 0xffffffff (4294967295)
resume_handle...
2018 Sep 12
0
eventlog functionality
...you saying that it could be as simple as adding a case like this
> one headed up by a 'case 10:' ?
>
>
> case 1: werr =
> init_srv_sess_info_1(p,
> r->in.info_ctr-
> >ctr.ctr1,
> r-
> >in.resume_handle,
> r-
> >out.totalentries);
> break;
>
Like it, yes. Filling in the right structure version/arm etc.
Andrew Bartlett...
2015 Jun 23
2
domain join failure - error during DRS repl ADD: No objectClass found
......
# record 1
dn: CN=rule,OU=SUDOers,DC=example,DC=com
replPropertyMetaData: NDR: struct replPropertyMetaDataBlob
version : 0x00000001 (1)
reserved : 0x00000000 (0)
ctr : union replPropertyMetaDataCtr(case 1)
ctr1: struct replPropertyMetaDataCtr1
count : 0x0000000d (13)
reserved : 0x00000000 (0)
array: ARRAY(13)
array: struct replPropertyMetaData1
attid : UNKNOWN_ENUM_VALUE (0x882CB1C...
2015 Jun 23
0
domain join failure - error during DRS repl ADD: No objectClass found
...=SUDOers,DC=example,DC=com
> replPropertyMetaData: NDR: struct replPropertyMetaDataBlob
> version : 0x00000001 (1)
> reserved : 0x00000000 (0)
> ctr : union replPropertyMetaDataCtr(case 1)
> ctr1: struct replPropertyMetaDataCtr1
> count : 0x0000000d (13)
> reserved : 0x00000000 (0)
> array: ARRAY(13)
> array: struct replPropertyMetaData1
> attid :...
2018 Sep 12
1
eventlog functionality
On Wed, 2018-09-12 at 16:23 -0700, Ray Klassen via samba wrote:
> On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote:
> >
> > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba
> > wrote:
> > >
> > >
> > > and from the what the hell department. I did it. Comparing
> > >
> > >
2018 Sep 11
2
eventlog functionality
so I sent you the dump separately. and i tried a persistent drive mapping to \\DC\netlogon which I figured should create a more permanent session as you described. That worked the same.
On Tuesday, 11 September 2018, 08:21:50 GMT-7, Andrew Bartlett via samba <samba at lists.samba.org> wrote:
On Tue, 2018-09-11 at 15:14 +0000, ray klassen via samba wrote:
>
> Yes, after
2012 Nov 05
7
VFS ACL with SMB2
Hello,
I have a question because POSIX ACL with SMB2 max protocol does not work
properly.Did you test VFS xattr acls with SMB2 max protocol? Is it
working corectly?
Best regards/Adrian Berlin
--