diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-12-30 19:53:05 +0100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-12-31 17:33:22 +1100 |
commit | b531696a5b878beef9d0177eeb4939160d1a602e (patch) | |
tree | 0227cd484ee91e8f1544cd99059b10c906fea298 /source4/scripting/python/samba/netcmd/pwsettings.py | |
parent | 552e65679df23f488ecee2c0d8555f5e0dad9166 (diff) | |
download | samba-b531696a5b878beef9d0177eeb4939160d1a602e.tar.gz samba-b531696a5b878beef9d0177eeb4939160d1a602e.tar.xz samba-b531696a5b878beef9d0177eeb4939160d1a602e.zip |
net: Move 'setpassword' to 'net setpassword'.
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/scripting/python/samba/netcmd/pwsettings.py')
-rw-r--r-- | source4/scripting/python/samba/netcmd/pwsettings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/pwsettings.py b/source4/scripting/python/samba/netcmd/pwsettings.py index 0568ea78e60..eb3bb657900 100644 --- a/source4/scripting/python/samba/netcmd/pwsettings.py +++ b/source4/scripting/python/samba/netcmd/pwsettings.py @@ -1,7 +1,7 @@ #!/usr/bin/python # # Sets password settings. -# (Password complexity, history length, minimum password length, the minimum +# (Password complexity, history length, minimum password length, the minimum # and maximum password age) on a Samba4 server # # Copyright Matthias Dieter Wallnoefer 2009 |