1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00

s4:provision Remove unused 'sambadn' parameter

This commit is contained in:
Andrew Bartlett
2009-11-10 15:18:01 +11:00
parent df7546ac16
commit 6437c38aeb
2 changed files with 4 additions and 10 deletions

View File

@ -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.