removing RCS tags
authorGerald Carter <jerry@samba.org>
Fri, 5 Dec 2003 14:06:55 +0000 (14:06 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 5 Dec 2003 14:06:55 +0000 (14:06 +0000)
(This used to be commit 9a7774306dfa29f0b343343844a2c08650d5ba1a)

14 files changed:
examples/LDAP/smbldap-tools/smbldap-groupadd.pl
examples/LDAP/smbldap-tools/smbldap-groupdel.pl
examples/LDAP/smbldap-tools/smbldap-groupmod.pl
examples/LDAP/smbldap-tools/smbldap-groupshow.pl
examples/LDAP/smbldap-tools/smbldap-migrate-accounts.pl
examples/LDAP/smbldap-tools/smbldap-migrate-groups.pl
examples/LDAP/smbldap-tools/smbldap-passwd.pl
examples/LDAP/smbldap-tools/smbldap-populate.pl
examples/LDAP/smbldap-tools/smbldap-useradd.pl
examples/LDAP/smbldap-tools/smbldap-userdel.pl
examples/LDAP/smbldap-tools/smbldap-usermod.pl
examples/LDAP/smbldap-tools/smbldap-usershow.pl
examples/LDAP/smbldap-tools/smbldap_conf.pm
examples/LDAP/smbldap-tools/smbldap_tools.pm

index a6598004829f4a2ef5f15d20d9a8811396ebd33c..e242d6e223f72d38c4e6f0aa12203f83e7d232e8 100755 (executable)
@@ -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).
 #
index 0f5b0998dad07001773f6607355958c423c69505..4f6839ebe5905ddd15b9f73301f2336adb1e19a7 100755 (executable)
@@ -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).
 #
index eeb67d571234c405bb7f8c87dfe1deadf71a2096..3f9741e0152f623a93af5f80c4989bd3f6e1f32e 100755 (executable)
@@ -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).
 #
index 9c30f0fc12b845280affd85443427684f3233317..a9d368763ee82c5278fb6d87ff87d01f4a01ba65 100755 (executable)
@@ -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).
 #
index 05f9b276002a39756ba874136f560ff3398aa4a8..0a66eaaa087c6b059d70a3b3c38f209d7cdb47ec 100755 (executable)
@@ -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).
 #
index 37a0286b06a67160bed9f5126db5eed03fb786bb..a2b07bf817cf708c59988e852f95063e0a72c06b 100644 (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).
 #
index 97680dcd46108bb569cacab1a2731969225586a9..afbc87a058d1603d548b0aef8011d300ed689c23 100755 (executable)
@@ -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).
index 0992c5b75123fb5240a9e757f185b5646a45a56e..4677383cded703971035a8a1df3a93669cac7b79 100755 (executable)
@@ -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).
index 49086e519b833262f2bf809a34d977b439bf17ca..9d90e4ec9adc797393b15885e919cbb23f9a51a3 100755 (executable)
@@ -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).
 #
index 449c56d3d59290a89dee9cbe70a57f31280edebb..f1e69e209c561589b0faa341a01d7fd56ec53114 100755 (executable)
@@ -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).
 #
index 96fc8c38db260c096dd50f7ba2fc73505cd7e17f..de6ca439023e14f181ad39961ae3e2d64f46e8fd 100755 (executable)
@@ -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).
 #
index c1e35a5be211986a93455b9c4f651b176f3d796e..173480d76c2742c5eaa59536bec0bf5107e12ee9 100755 (executable)
@@ -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).
 #
index 07961903ca980eeb7c498e9005fc38e4dc97c243..257c205a2cd3c8bbe60d2dfe46e50ccb0f21654a 100644 (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
index b7b134f3fd439fea7c3a88f1f5069c2aa97f8d43..527dd8390f37e7fa386378f180ae1575cf6f2a29 100755 (executable)
@@ -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).
 #