diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-11-10 15:18:01 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-11-12 16:34:10 +1100 |
commit | 6437c38aeb5880b18728e65e1c19edf08ac5e4e9 (patch) | |
tree | 77bd687ba5d721893d4795a11230642c7887e335 /source4/scripting/python/samba/schema.py | |
parent | df7546ac16db6e802f8c8ef7bac6f01acc9233b2 (diff) | |
download | samba-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.py | 2 |
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. |