mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
python: Remove unfinished join method
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
25f8e50793
commit
dd9dfb0e66
@ -463,12 +463,6 @@ class DCJoinContext(object):
|
||||
am_rodc=False)
|
||||
ctx.tmp_samdb.set_schema(ctx.tmp_schema)
|
||||
|
||||
def build_DsReplicaAttribute(ctx, attrname, attrvalue):
|
||||
'''build a DsReplicaAttributeCtr object'''
|
||||
r = drsuapi.DsReplicaAttribute()
|
||||
r.attid = ctx.tmp_samdb.get_attid_from_lDAPDisplayName(attrname)
|
||||
r.value_ctr = 1
|
||||
|
||||
def DsAddEntry(ctx, recs):
|
||||
'''add a record via the DRSUAPI DsAddEntry call'''
|
||||
if ctx.drsuapi is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user