mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
s3-librpc: use nbt_server_type in ads.idl
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
39e8489dfc
commit
f7cc00f730
@ -5,6 +5,8 @@
|
||||
ads interface definition
|
||||
*/
|
||||
|
||||
import "nbt.idl";
|
||||
|
||||
cpp_quote("#include <system/network.h>")
|
||||
|
||||
[
|
||||
@ -56,7 +58,7 @@ interface ads
|
||||
} ads_auth;
|
||||
|
||||
typedef [nopull,nopush] struct {
|
||||
uint32 flags; /* cldap flags identifying the services. */
|
||||
nbt_server_type flags; /* cldap flags identifying the services. */
|
||||
string realm;
|
||||
string bind_path;
|
||||
string ldap_server_name;
|
||||
|
@ -43,6 +43,6 @@ bld.SAMBA3_SUBSYSTEM('NDR_PERFCOUNT',
|
||||
|
||||
bld.SAMBA3_SUBSYSTEM('NDR_ADS',
|
||||
source='gen_ndr/ndr_ads.c ndr/ndr_ads.c',
|
||||
public_deps='ndr'
|
||||
public_deps='ndr NDR_NBT'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user