summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-06-22 20:51:43 +0200
committerAndrew Bartlett <abartlet@samba.org>2009-06-29 13:39:55 +1000
commit2d9b51c2a871ede1677dcf8cbf255429de431346 (patch)
tree066336b19d768592e55a6f423dd03cbe3f949b6d
parent1e21adaaf6409ab3e2d33a5e48da282e1926a720 (diff)
downloadsamba-2d9b51c2a871ede1677dcf8cbf255429de431346.tar.gz
samba-2d9b51c2a871ede1677dcf8cbf255429de431346.tar.bz2
samba-2d9b51c2a871ede1677dcf8cbf255429de431346.zip
Correct the headers of some SAMBA 4 setup python scripts
-rwxr-xr-xsource4/setup/enableaccount2
-rwxr-xr-xsource4/setup/setexpiry2
-rwxr-xr-xsource4/setup/setpassword2
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/setup/enableaccount b/source4/setup/enableaccount
index 061997b804..b270da0097 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 e47330510c..db7cdd412f 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 77d97d8918..3505adfa7e 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: