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-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=2d9b51c2a871ede1677dcf8cbf255429de431346 Correct the headers of some SAMBA 4 setup python scripts --- diff --git a/source4/setup/enableaccount b/source4/setup/enableaccount index 061997b804b2..b270da00970a 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 e47330510ca5..db7cdd412fe0 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 77d97d891839..3505adfa7e03 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: