X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-useradd;h=88724322f03b8b247bb656952f749ce0cf7f5eb5;hb=98329767f49b28aa04f8afd21b63b69800ff4137;hp=7d0730b5071f4e221c9550f1fa5e0570e44c1bde;hpb=3abfc105c07030f61283e6ce17089b1071487f10;p=mirror%2Fuserdir-ldap.git diff --git a/ud-useradd b/ud-useradd index 7d0730b..8872432 100755 --- a/ud-useradd +++ b/ud-useradd @@ -1,6 +1,24 @@ #!/usr/bin/env python # -*- mode: python -*- +# Copyright (c) 1999-2000 Jason Gunthorpe +# Copyright (c) 2001-2003 James Troup +# Copyright (c) 2004 Joey Schulze +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + import string, re, time, ldap, getopt, sys, os, pwd; from userdir_ldap import *; from userdir_gpg import *;