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

netcmd: getpassword: get rid of pointless overridden constructors

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Rob van der Linde
2023-12-14 15:24:29 +13:00
committed by Andrew Bartlett
parent ddba4a06bb
commit 3db3251342
2 changed files with 0 additions and 4 deletions

View File

@ -145,8 +145,6 @@ Example2:
samba-tool user getpassword --filter=samaccountname=TestUser3 --attributes=msDS-KeyVersionNumber,unicodePwd,virtualClearTextUTF16
"""
def __init__(self):
super(cmd_user_getpassword, self).__init__()
synopsis = "%prog (<username>|--filter <filter>) [options]"

View File

@ -232,8 +232,6 @@ samba-tool user syncpasswords --terminate \\
--logfile=/var/log/samba/user-syncpasswords.log
"""
def __init__(self):
super(cmd_user_syncpasswords, self).__init__()
synopsis = "%prog [--cache-ldb-initialize] [options]"