diff options
-rw-r--r-- | source4/param/param.h | 6 |
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, |