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