summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/schema.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-11-10 15:18:01 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-11-12 16:34:10 +1100
commit6437c38aeb5880b18728e65e1c19edf08ac5e4e9 (patch)
tree77bd687ba5d721893d4795a11230642c7887e335 /source4/scripting/python/samba/schema.py
parentdf7546ac16db6e802f8c8ef7bac6f01acc9233b2 (diff)
downloadsamba-6437c38aeb5880b18728e65e1c19edf08ac5e4e9.tar.gz
samba-6437c38aeb5880b18728e65e1c19edf08ac5e4e9.tar.xz
samba-6437c38aeb5880b18728e65e1c19edf08ac5e4e9.zip
s4:provision Remove unused 'sambadn' parameter
Diffstat (limited to 'source4/scripting/python/samba/schema.py')
-rw-r--r--source4/scripting/python/samba/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/schema.py b/source4/scripting/python/samba/schema.py
index 0f34c4edda..958a77d40f 100644
--- a/source4/scripting/python/samba/schema.py
+++ b/source4/scripting/python/samba/schema.py
@@ -50,7 +50,7 @@ def get_schema_descriptor(domain_sid):
class Schema(object):
def __init__(self, setup_path, domain_sid, schemadn=None,
- serverdn=None, sambadn=None):
+ serverdn=None):
"""Load schema for the SamDB from the AD schema files and samba4_schema.ldif
:param samdb: Load a schema into a SamDB.