1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Correct the headers of some SAMBA 4 setup python scripts

This commit is contained in:
Matthias Dieter Wallnöfer 2009-06-22 20:51:43 +02:00 committed by Andrew Bartlett
parent 1e21adaaf6
commit 2d9b51c2a8
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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: