1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

python:netcmd: Remove semicolon

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-08-17 11:06:01 +12:00 committed by Andrew Bartlett
parent d40293e0df
commit 859bbef472

View File

@ -56,7 +56,7 @@ class cmd_user_sensitive(Command):
credentials=creds, lp=lp) credentials=creds, lp=lp)
search_filter = "sAMAccountName=%s" % ldb.binary_encode(accountname) search_filter = "sAMAccountName=%s" % ldb.binary_encode(accountname)
flag = dsdb.UF_NOT_DELEGATED; flag = dsdb.UF_NOT_DELEGATED
if cmd == "show": if cmd == "show":
res = sam.search(scope=ldb.SCOPE_SUBTREE, expression=search_filter, res = sam.search(scope=ldb.SCOPE_SUBTREE, expression=search_filter,