diff options
author | Günther Deschner <gd@samba.org> | 2008-07-31 14:23:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-31 14:35:16 +0200 |
commit | 1c1c83ab8d5b82c95074ff3d44bd6e2daf106399 (patch) | |
tree | 22308ab451b48777fefd6ba4135b6139a200e394 /source3/librpc/idl | |
parent | 6913f986f4213e056f724ed3be3aee313c07d78c (diff) | |
download | samba-1c1c83ab8d5b82c95074ff3d44bd6e2daf106399.tar.gz samba-1c1c83ab8d5b82c95074ff3d44bd6e2daf106399.tar.bz2 samba-1c1c83ab8d5b82c95074ff3d44bd6e2daf106399.zip |
libnetunjoin: add use_kerberos flag.
Guenther
(This used to be commit 2b262ca20de2a41833f68a88646a8df4d9507782)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/libnet_join.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl index 0f14554157..c600ea094a 100644 --- a/source3/librpc/idl/libnet_join.idl +++ b/source3/librpc/idl/libnet_join.idl @@ -57,6 +57,7 @@ interface libnetjoin [in] dom_sid *domain_sid, [in] ads_struct *ads, [in] boolean8 debug, + [in] boolean8 use_kerberos, [in,noprint] messaging_context *msg_ctx, [out] string netbios_domain_name, [out] string dns_domain_name, |