Displaying 20 results from an estimated 45 matches for "policy_handl".
Did you mean:
policy_handle
2014 Jun 09
0
Samba 4.1.6 - Unable to domain join a Windows machine using default account (non-admin) to my samba domain - Access Denied Error
...n,DC=org
[2014/06/03 02:00:31.011303, 1, pid=3420, effective(0, 0), real(0, 0)]
../librpc/ndr/ndr.c:333(ndr_print_function_debug)
samr_CreateUser2: struct samr_CreateUser2
out: struct samr_CreateUser2
user_handle : *
user_handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
00000000-0000-0000-0000-000000000000
access_granted : *
access_granted : 0x00000000 (0)
rid : *...
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...internal delegate void RPCTable();
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static extern int
cli_rpc_pipe_open_noauth(SambaConnectionHandle cli,
RPCTable table,
out IntPtr presult);
internal struct policy_handle
{
public UInt32 handle_type;
public Guid uuid;
}
[DllImport("libsmbclient.so.0", CharSet = CharSet.Ansi)]
internal static extern int rpccli_lsa_open_policy(IntPtr cli,
IntPtr mem_ctx,
bool sec_qos, u...
2013 Nov 06
0
mod_auth_ntlm_winbind SSO
...samr_nt.c:3961(_samr_Connect2)
_samr_Connect2: 3961
[2013/11/06 11:37:19.018960, 1] ../librpc/ndr/ndr.c:284(ndr_print_function_debug)
samr_Connect2: struct samr_Connect2
out: struct samr_Connect2
connect_handle : *
connect_handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid : 00000017-0000-0000-7a52-df1bcb180000
result : NT_STATUS_OK
[2013/11/06 11:37:19.019043, 1] ../librpc/ndr/ndr.c:284(ndr_print_function_debug)
samr...
2016 Jul 10
0
Debian Jessie joining AD as member fails with "The object name is not found."
...u len 48, data_len 24
rpc_api_pipe: got frag len of 48 at offset 0: NT_STATUS_OK
rpc_api_pipe: host domain-controller.domain.local returned 24 bytes.
lsa_OpenPolicy: struct lsa_OpenPolicy
out: struct lsa_OpenPolicy
handle : *
handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid : 20967512-1b33-400a-a0ce-c95d01ea3f01
result : NT_STATUS_OK
lsa_QueryInfoPolicy2: struct lsa_QueryInfoPolicy2
in: struct lsa_QueryInfoPolicy2...
2016 Jul 18
3
Debian Jessie joining AD as member fails with "The object name is not found."
...u len 48, data_len 24
rpc_api_pipe: got frag len of 48 at offset 0: NT_STATUS_OK
rpc_api_pipe: host domain-controller.domain.local returned 24 bytes.
lsa_OpenPolicy: struct lsa_OpenPolicy
out: struct lsa_OpenPolicy
handle : *
handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid : 20967512-1b33-400a-a0ce-c95d01ea3f01
result : NT_STATUS_OK
lsa_QueryInfoPolicy2: struct lsa_QueryInfoPolicy2
in: struct lsa_QueryInfoPolicy2
...
2014 Apr 30
0
Ipv6 printing not happening in win7
...RPC_SS_CONTEXT_MISMATCH]
...............
[2014/04/26 12:14:28.878965, 1]
../librpc/ndr/ndr.c:284(ndr_print_function_debug)
spoolss_ClosePrinter: struct spoolss_ClosePrinter
in: struct spoolss_ClosePrinter
handle : *
handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
0d000000-0000-0000-5b53-ba4750120000
[2014/04/26 12:14:28.879690, 1]
../librpc/ndr/ndr.c:284(ndr_print_function_debug)
spoolss_ClosePrinter: struct spoolss_ClosePrinter...
2016 Jul 18
0
Debian Jessie joining AD as member fails with "The object name is not found."
...at offset 0: NT_STATUS_OK
> > rpc_api_pipe: host domain-controller.domain.local returned 24 bytes.
> > lsa_OpenPolicy: struct lsa_OpenPolicy
> > out: struct lsa_OpenPolicy
> > handle : *
> > handle: struct policy_handle
> > handle_type : 0x00000000 (0)
> > uuid : 20967512-1b33-400a-a0ce-
> c95d01ea3f01
> > result : NT_STATUS_OK
> > lsa_QueryInfoPolicy2: struct lsa_QueryInfoPol...
2016 Jul 19
1
Debian Jessie joining AD as member fails with "The object name is not found."
...at offset 0: NT_STATUS_OK
> > rpc_api_pipe: host domain-controller.domain.local returned 24 bytes.
> > lsa_OpenPolicy: struct lsa_OpenPolicy
> > out: struct lsa_OpenPolicy
> > handle : *
> > handle: struct policy_handle
> > handle_type : 0x00000000 (0)
> > uuid : 20967512-1b33-400a-a0ce-
> c95d01ea3f01
> > result : NT_STATUS_OK
> > lsa_QueryInfoPolicy2: struct lsa_QueryInfoPol...
2017 Mar 20
3
Samba shared folders and windows 7 permissions dialog.
..., pid=20151, effective(10000, 10002), real(10000, 0)]
../librpc/ndr/ndr.c:450(ndr_print_function_debug)
samr_OpenDomain: struct samr_OpenDomain
in: struct samr_OpenDomain
connect_handle : *
connect_handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid : 00000021-0000-0000-d058-ad01b74e0000
access_mask : 0x00000304 (772)
0: SAMR_DOMAIN_ACCESS_LOOKUP_INFO_1...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example:
Here is some search & export for libsmbclient:
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open_noauth_transport
<nothing>
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open
U cli_rpc_pipe_open_noauth
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0
2018 Jan 11
3
DRS Replication between two DC's Failing
...T3
site_guid :
29e318da-d660-4a24-94d9-81e86b5a1e82
pid : 0x00000000 (0)
repl_epoch : 0x00000000 (0)
bind_handle : *
bind_handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
2cb3f3b5-b29a-4958-a912-51a0881976da
result : WERR_OK
lpcfg_servicenumber: couldn't find ldb
added interface ens18 ip=172.16.100.5 bcast=172.16.100.255
net...
2018 Jan 11
4
DRS Replication between two DC's Failing
...T3
site_guid :
29e318da-d660-4a24-94d9-81e86b5a1e82
pid : 0x00000000 (0)
repl_epoch : 0x00000000 (0)
bind_handle : *
bind_handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
4b1eea79-e969-408c-a3b1-84ca1fe9a0eb
result : WERR_OK
lpcfg_servicenumber: couldn't find ldb
added interface ens18 ip=172.16.100.5 bcast=172.16.100.255
net...
2011 Jan 21
0
Can not set SPN errors (again)
...ost mvpns119.machinevisionproducts.com returned 48 bytes.
[2011/01/21 09:50:41.286790, 1]
../librpc/ndr/ndr.c:251(ndr_print_function_debug)
lsa_OpenPolicy: struct lsa_OpenPolicy
out: struct lsa_OpenPolicy
handle : *
handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
7ad0ecad-99f0-4699-847c-97b769759dc0
result : NT_STATUS_OK
[2011/01/21 09:50:41.286851, 1]
../librpc/ndr/ndr.c:251(ndr_print_function_debug)
ls...
2010 Nov 04
2
3.5.6 rpcclient settdriver error
..._len 24, ss_len 0
rpc_api_pipe: got frag len of 48 at offset 0: NT_STATUS_OK
rpc_api_pipe: host localhost returned 48 bytes.
spoolss_OpenPrinterEx: struct spoolss_OpenPrinterEx
out: struct spoolss_OpenPrinterEx
handle : *
handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
00000000-0000-0000-0000-000000000000
result : WERR_ACCESS_DENIED
result was WERR_ACCESS_DENIED
--
with best regards
Veiko
2018 Jan 11
0
DRS Replication between two DC's Failing
...site_guid :
> 29e318da-d660-4a24-94d9-81e86b5a1e82
> pid : 0x00000000 (0)
> repl_epoch : 0x00000000 (0)
> bind_handle : *
> bind_handle: struct policy_handle
> handle_type : 0x00000000 (0)
> uuid :
> 4b1eea79-e969-408c-a3b1-84ca1fe9a0eb
> result : WERR_OK
> lpcfg_servicenumber: couldn't find ldb
> added interface ens18 ip=172.16...
2018 Jun 21
2
WERR_BAD_NET_RESP on replication (--full-sync)
... site_guid :
229f5470-27e6-4f0f-994b-4073a5fc4dc5
pid : 0x00000000 (0)
repl_epoch : 0x00000000 (0)
bind_handle : *
bind_handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
aba489c0-92cd-4a95-ba59-04b765e37884
result : WERR_OK
lpcfg_servicenumber: couldn't find ldb
added interface eth0 ip=10.1.100.30 bcast=10.1.100.255 net...
2016 Mar 15
2
Intermittent Win7 trust issues
...x_stack_ndx = 1
[2016/03/13 18:11:24.669167, 1, pid=1422, effective(65534, 65534),
real(65534, 0)] ../librpc/ndr/ndr.c:333(ndr_print_function_debug)
samr_Close: struct samr_Close
in: struct samr_Close
handle : *
handle: struct policy_handle
handle_type : 0x00000000 (0)
uuid :
00000012-0000-0000-e556-8ce58e050000
[2016/03/13 18:11:24.669266, 6, pid=1422, effective(65534, 65534),
real(65534, 0), class=rpc_srv]
../source3/rpc_server/rpc_handles.c:337(find_p...
2018 Jun 22
2
WERR_BAD_NET_RESP on replication (--full-sync)
... :
>> 229f5470-27e6-4f0f-994b-4073a5fc4dc5
>> pid : 0x00000000 (0)
>> repl_epoch : 0x00000000 (0)
>> bind_handle : *
>> bind_handle: struct policy_handle
>> handle_type : 0x00000000 (0)
>> uuid :
>> aba489c0-92cd-4a95-ba59-04b765e37884
>> result : WERR_OK
>> lpcfg_servicenumber: couldn't find ldb
>> added...
2017 Mar 22
0
Samba shared folders and windows 7 permissions dialog.
...ndr.c:450(ndr_print_function_debug)
> >
> > samr_OpenDomain: struct samr_OpenDomain
> >
> > in: struct samr_OpenDomain
> >
> > connect_handle : *
> >
> > connect_handle: struct policy_handle
> >
> > handle_type : 0x00000000 (0)
> >
> > uuid : 00000021-0000-0000-
> d058-ad01b74e0000
> >
> > access_mask : 0x00000304 (772)
> >
&g...
2018 Jan 12
1
DRS Replication between two DC's Failing
...site_guid : 29e318da-d660-4a24-94d9-
> 81e86b5a1e82
> pid : 0x00000000 (0)
> repl_epoch : 0x00000000 (0)
> bind_handle : *
> bind_handle: struct policy_handle
> handle_type : 0x00000000 (0)
> uuid : 4b1eea79-e969-408c-a3b1-
> 84ca1fe9a0eb
> result : WERR_OK
> lpcfg_servicenumber: couldn't find ldb
> added interface ens18 ip=172.16...