1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +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)
search_filter = "sAMAccountName=%s" % ldb.binary_encode(accountname)
flag = dsdb.UF_NOT_DELEGATED;
flag = dsdb.UF_NOT_DELEGATED
if cmd == "show":
res = sam.search(scope=ldb.SCOPE_SUBTREE, expression=search_filter,