From: Matthias Dieter Wallnöfer Date: Mon, 22 Jun 2009 18:51:43 +0000 (+0200) Subject: Correct the headers of some SAMBA 4 setup python scripts X-Git-Tag: tevent-0.9.8~902 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=2d9b51c2a871ede1677dcf8cbf255429de431346;p=samba.git Correct the headers of some SAMBA 4 setup python scripts --- diff --git a/source4/setup/enableaccount b/source4/setup/enableaccount index 061997b804b..b270da00970 100755 --- a/source4/setup/enableaccount +++ b/source4/setup/enableaccount @@ -1,6 +1,6 @@ #!/usr/bin/python # -# add a new user to a Samba4 server +# Enables a disabled user account on a Samba4 server # Copyright Andrew Tridgell 2005 # Copyright Jelmer Vernooij 2008 # Released under the GNU GPL version 3 or later diff --git a/source4/setup/setexpiry b/source4/setup/setexpiry index e47330510ca..db7cdd412fe 100755 --- a/source4/setup/setexpiry +++ b/source4/setup/setexpiry @@ -1,6 +1,6 @@ #!/usr/bin/python # -# set the password expiry for a user +# Sets the password expiry for a user on a Samba4 server # Copyright Andrew Tridgell 2005 # Copyright Jelmer Vernooij 2008 # Released under the GNU GPL version 3 or later diff --git a/source4/setup/setpassword b/source4/setup/setpassword index 77d97d89183..3505adfa7e0 100755 --- a/source4/setup/setpassword +++ b/source4/setup/setpassword @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Add a new user to a Samba4 server +# Sets a user password on a Samba4 server # Copyright Jelmer Vernooij 2008 # # Based on the original in EJS: