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:
committed by
Andrew Bartlett
parent
ddba4a06bb
commit
3db3251342
@ -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]"
|
||||
|
||||
|
@ -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]"
|
||||
|
||||
|
Reference in New Issue
Block a user