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:
parent
d40293e0df
commit
859bbef472
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user