1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-20 08:59:06 +03:00

net: Fix tests and documentation of setexpiry.

Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
Jelmer Vernooij
2009-12-30 20:10:34 +01:00
committed by Andrew Tridgell
parent 345b25d059
commit 73594c248f
6 changed files with 69 additions and 67 deletions

View File

@ -28,6 +28,7 @@ from samba.auth import system_session
from samba.samdb import SamDB
class cmd_setexpiry(Command):
"""Set the expiration of a user account."""
synopsis = "setexpiry [username] [options]"