1
0
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:
Jelmer Vernooij
2010-03-01 22:33:01 +01:00
parent 6510b2cdd2
commit 0c6f434b7b
4 changed files with 50 additions and 91 deletions

View File

@ -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):