From: Joseph Sutton Date: Mon, 13 Nov 2023 00:00:43 +0000 (+1300) Subject: python: Remove unfinished join method X-Git-Tag: talloc-2.4.2~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd9dfb0e664bb474b97a46be952b07734dcbd03b;p=thirdparty%2Fsamba.git python: Remove unfinished join method Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/join.py b/python/samba/join.py index af5e9339157..221e9386b1f 100644 --- a/python/samba/join.py +++ b/python/samba/join.py @@ -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: