Add disabled_machine_account and deleted_machine_accoutn flags to libnetunjoin.
authorGünther Deschner <gd@samba.org>
Thu, 28 Feb 2008 10:11:05 +0000 (11:11 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 28 Feb 2008 10:38:01 +0000 (11:38 +0100)
Guenther
(This used to be commit 365943063497c6330ba77914bb01a2be324866f7)

source3/librpc/idl/libnet_join.idl

index c295fbe2a7ad36d9baa3e2d9dece95361d6f32a3..65d17c920300dd70bedca74e6c94182fd1966619 100644 (file)
@@ -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
                );
 }