mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
net: Convert time command to python.
This commit is contained in:
@ -46,7 +46,7 @@ class cmd_export_keytab(Command):
|
||||
lp = sambaopts.get_loadparm()
|
||||
creds = credopts.get_credentials(lp)
|
||||
net = Net(creds, lp)
|
||||
net.export_keytab(keytab=keytab, creds=creds)
|
||||
net.export_keytab(keytab=keytab)
|
||||
|
||||
|
||||
class cmd_export(SuperCommand):
|
||||
|
Reference in New Issue
Block a user