summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-28 11:11:05 +0100
committerGünther Deschner <gd@samba.org>2008-02-28 11:38:01 +0100
commitc1636ccd70a075fcc2ba6988a4ad66ce9b606e08 (patch)
treef6c5b8cd9224a8bbee03f2edec3a8b74b392b165 /source3
parent39ba91fd8391df61881dc07a04dde7a630f95d39 (diff)
downloadsamba-c1636ccd70a075fcc2ba6988a4ad66ce9b606e08.tar.gz
samba-c1636ccd70a075fcc2ba6988a4ad66ce9b606e08.tar.bz2
samba-c1636ccd70a075fcc2ba6988a4ad66ce9b606e08.zip
Add disabled_machine_account and deleted_machine_accoutn flags to libnetunjoin.
Guenther (This used to be commit 365943063497c6330ba77914bb01a2be324866f7)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/libnet_join.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index c295fbe2a7..65d17c9203 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -55,6 +55,8 @@ interface libnetjoin
[out] string netbios_domain_name,
[out] string dns_domain_name,
[out] boolean8 modified_config,
- [out] string error_string
+ [out] string error_string,
+ [out] boolean8 disabled_machine_account,
+ [out] boolean8 deleted_machine_account
);
}