mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
removing RCS tags
This commit is contained in:
parent
3249e69274
commit
9a7774306d
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-groupadd.pl,v 1.1.6.3 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-groupdel.pl,v 1.1.6.3 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-groupmod.pl,v 1.1.6.6 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-groupshow.pl,v 1.1.6.3 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-migrate-accounts.pl,v 1.1.6.4 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $Id: smbldap-migrate-groups.pl,v 1.1.6.3 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# LDAP to unix password sync script for samba
|
||||
# $Id: smbldap-passwd.pl,v 1.1.6.4 2003/12/04 21:59:19 jerry Exp $
|
||||
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
# Populate a LDAP base for Samba-LDAP usage
|
||||
#
|
||||
# $Id: smbldap-populate.pl,v 1.1.6.4 2003/12/04 21:59:19 jerry Exp $
|
||||
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-useradd.pl,v 1.1.6.4 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
# $Id: smbldap-userdel.pl,v 1.1.6.4 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-usermod.pl,v 1.1.6.4 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $Id: smbldap-usershow.pl,v 1.1.6.3 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
@ -2,9 +2,6 @@
|
||||
use strict;
|
||||
package smbldap_conf;
|
||||
|
||||
# $Dource: $
|
||||
# $Id: smbldap_conf.pm,v 1.1.6.4 2003/12/04 21:59:19 jerry Exp $
|
||||
#
|
||||
# smbldap-tools.conf : Q & D configuration file for smbldap-tools
|
||||
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
|
@ -4,8 +4,6 @@ package smbldap_tools;
|
||||
use smbldap_conf;
|
||||
use Net::LDAP;
|
||||
|
||||
# $Id: smbldap_tools.pm,v 1.1.6.4 2003/12/04 21:59:20 jerry Exp $
|
||||
#
|
||||
# This code was developped by IDEALX (http://IDEALX.org/) and
|
||||
# contributors (their names can be found in the CONTRIBUTORS file).
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user