summaryrefslogtreecommitdiff
path: root/source4/param/param.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-02 18:56:10 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-06 17:37:50 +1000
commita18efb1490cebd92205973c50ce1582b091a7676 (patch)
tree753518ad996beec1af6a2b63449ce8c8ee4805a4 /source4/param/param.h
parent834d590bcff79e2d458b9e193be0c64e849a6362 (diff)
downloadsamba-a18efb1490cebd92205973c50ce1582b091a7676.tar.gz
samba-a18efb1490cebd92205973c50ce1582b091a7676.tar.bz2
samba-a18efb1490cebd92205973c50ce1582b091a7676.zip
s4-param Remove 'sid generator'
This was only used by the Fedora DS backend for Samba4. We agreed to no longer support external LDAP backends. Andrew Bartlett
Diffstat (limited to 'source4/param/param.h')
-rw-r--r--source4/param/param.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/param/param.h b/source4/param/param.h
index 622250b8b7..79a1bff2c7 100644
--- a/source4/param/param.h
+++ b/source4/param/param.h
@@ -47,11 +47,6 @@ typedef NTSTATUS (*init_module_fn) (void);
#include "libds/common/roles.h"
-enum sid_generator {
- SID_GENERATOR_INTERNAL=0,
- SID_GENERATOR_BACKEND=1,
-};
-
enum announce_as {/* Types of machine we can announce as. */
ANNOUNCE_AS_NT_SERVER=1,
ANNOUNCE_AS_WIN95=2,