summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-05-18 20:12:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:08 -0500
commit463e7c11711e0c511d81c892e4be621ea3bfe8b1 (patch)
treef12bbe77073176ea53a4c3784e61f119858cc823 /source3/utils/net.h
parent0648638fef56a65f9389c8a98f66c57663e8c401 (diff)
downloadsamba-463e7c11711e0c511d81c892e4be621ea3bfe8b1.tar.gz
samba-463e7c11711e0c511d81c892e4be621ea3bfe8b1.tar.bz2
samba-463e7c11711e0c511d81c892e4be621ea3bfe8b1.zip
r15701: change 'net ads leave' to disable the machine account in the domain (since removal implies greater permissions that Windows clients require)
(This used to be commit ad1f947625612ef16adb69fc2cfeffc68a9a2e02)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index b1af230a65..d037871f82 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -62,6 +62,8 @@ struct rpc_sh_cmd {
const char *help;
};
+enum netdom_domain_t { ND_TYPE_NT4, ND_TYPE_AD };
+
/* INCLUDE FILES */
#include "utils/net_proto.h"