mirror of
https://github.com/samba-team/samba.git
synced 2025-03-30 06:50:24 +03:00
idl: build python interfaces for winbind and idmap IDL
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
39bd61e018
commit
1c7c1a86ec
@ -20,6 +20,11 @@ bld.SAMBA_PIDL_LIST('PIDL',
|
||||
output_dir='../gen_ndr')
|
||||
|
||||
bld.SAMBA_PIDL_LIST('PIDL',
|
||||
'rap.idl idmap.idl dnsp.idl ntprinting.idl',
|
||||
'idmap.idl',
|
||||
options='--header --ndr-parser --client --python',
|
||||
output_dir='../gen_ndr')
|
||||
|
||||
bld.SAMBA_PIDL_LIST('PIDL',
|
||||
'rap.idl dnsp.idl ntprinting.idl',
|
||||
options='--header --ndr-parser',
|
||||
output_dir='../gen_ndr')
|
||||
|
@ -764,6 +764,18 @@ bld.SAMBA_PYTHON('python_irpc',
|
||||
realname='samba/dcerpc/irpc.so'
|
||||
)
|
||||
|
||||
bld.SAMBA_PYTHON('python_winbind',
|
||||
source='gen_ndr/py_winbind.c',
|
||||
deps='RPC_NDR_WINBIND PYTALLOC pyrpc_util python_netlogon',
|
||||
realname='samba/dcerpc/winbind.so'
|
||||
)
|
||||
|
||||
bld.SAMBA_PYTHON('python_idmap',
|
||||
source='../../librpc/gen_ndr/py_idmap.c',
|
||||
deps='NDR_IDMAP PYTALLOC pyrpc_util',
|
||||
realname='samba/dcerpc/idmap.so'
|
||||
)
|
||||
|
||||
|
||||
bld.SAMBA_PYTHON('python_drsuapi',
|
||||
source='../../librpc/gen_ndr/py_drsuapi.c',
|
||||
|
Loading…
x
Reference in New Issue
Block a user