summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-04-03 23:44:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-04-03 23:47:26 +0200
commite5b33be2f2655ae8b3a59bf7fe54174464c8cbe9 (patch)
tree089333ee6b5bb7082b63381621af47e2c1d7b0cd /source4/scripting/python
parent5a026219a97e396284d30a33e1ab57c059be67e0 (diff)
downloadsamba-e5b33be2f2655ae8b3a59bf7fe54174464c8cbe9.tar.gz
samba-e5b33be2f2655ae8b3a59bf7fe54174464c8cbe9.tar.bz2
samba-e5b33be2f2655ae8b3a59bf7fe54174464c8cbe9.zip
s4-python: Remove remaining constants.
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/samba/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/scripting/python/samba/__init__.py b/source4/scripting/python/samba/__init__.py
index 08c229eef4..c120550c61 100644
--- a/source4/scripting/python/samba/__init__.py
+++ b/source4/scripting/python/samba/__init__.py
@@ -455,9 +455,3 @@ DS_DC_FUNCTION_2000 = glue.DS_DC_FUNCTION_2000
DS_DC_FUNCTION_2003 = glue.DS_DC_FUNCTION_2003
DS_DC_FUNCTION_2008 = glue.DS_DC_FUNCTION_2008
DS_DC_FUNCTION_2008_R2 = glue.DS_DC_FUNCTION_2008_R2
-
-#LDAP_SERVER_SD_FLAGS_OID flags
-SECINFO_OWNER = glue.SECINFO_OWNER
-SECINFO_GROUP = glue.SECINFO_GROUP
-SECINFO_DACL = glue.SECINFO_DACL
-SECINFO_SACL = glue.SECINFO_SACL