1
0
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:
Günther Deschner 2016-08-18 16:35:29 +02:00 committed by Jeremy Allison
parent 39e8489dfc
commit f7cc00f730
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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'
)