summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-05-02 12:05:13 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-03 07:37:07 +0200
commit39081a20c5b570430e28866e34ae965c60ee2039 (patch)
treef94f3354a19da2260bc1a644e8b682eeda4f074f /source4/param
parent1d165c080300c7ecef63164c323b1ec0a37bc012 (diff)
downloadsamba-39081a20c5b570430e28866e34ae965c60ee2039.tar.gz
samba-39081a20c5b570430e28866e34ae965c60ee2039.tar.bz2
samba-39081a20c5b570430e28866e34ae965c60ee2039.zip
s4-param: use new roles.h
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/param.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source4/param/param.h b/source4/param/param.h
index 0f06260e1c..622250b8b7 100644
--- a/source4/param/param.h
+++ b/source4/param/param.h
@@ -45,11 +45,7 @@ typedef NTSTATUS (*init_module_fn) (void);
function init_module() which makes a system call */
#define SAMBA_INIT_MODULE "samba_init_module"
-enum server_role {
- ROLE_STANDALONE=0,
- ROLE_DOMAIN_MEMBER=1,
- ROLE_DOMAIN_CONTROLLER=2,
-};
+#include "libds/common/roles.h"
enum sid_generator {
SID_GENERATOR_INTERNAL=0,