summaryrefslogtreecommitdiff
path: root/source3/lib/netapi
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-18 03:14:08 +0100
committerGünther Deschner <gd@samba.org>2008-01-18 08:49:24 +0100
commit9dd8940e5f4d89da67b66fb1932a95cc6fda63a5 (patch)
tree79e41ae23db1578c1ed0dfaf93810be3bffdfa18 /source3/lib/netapi
parent313a21b4d946550426705c70231c59d8bc4005f1 (diff)
downloadsamba-9dd8940e5f4d89da67b66fb1932a95cc6fda63a5.tar.gz
samba-9dd8940e5f4d89da67b66fb1932a95cc6fda63a5.tar.bz2
samba-9dd8940e5f4d89da67b66fb1932a95cc6fda63a5.zip
Add header for NetGetJoinableOUs to libnetapi.
Guenther (This used to be commit f297ea259d58f7a12924b7111ab79818188cff46)
Diffstat (limited to 'source3/lib/netapi')
-rw-r--r--source3/lib/netapi/netapi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h
index 67bb8a8fca..c2f1b488db 100644
--- a/source3/lib/netapi/netapi.h
+++ b/source3/lib/netapi/netapi.h
@@ -96,6 +96,17 @@ NET_API_STATUS NetGetJoinInformation(const char *server_name,
uint16_t *name_type);
/****************************************************************
+ NetGetJoinableOUs
+****************************************************************/
+
+NET_API_STATUS NetGetJoinableOUs(const char *server_name,
+ const char *domain,
+ const char *account,
+ const char *password,
+ uint32_t *ou_count,
+ const char ***ous);
+
+/****************************************************************
NetServerGetInfo
****************************************************************/