summaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla_ldapsync.rb
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-08 03:42:55 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-08 03:42:55 +0100
commitf2660e7a442079cadd07a9824c430534e10bd52e (patch)
treee3035370043e0add359712da11fd4f2da1dc66b7 /contrib/bugzilla_ldapsync.rb
parent2abdcce7198d183aa05da2d2018d555cf27113a4 (diff)
downloadbugzilla-f2660e7a442079cadd07a9824c430534e10bd52e.tar.gz
bugzilla-f2660e7a442079cadd07a9824c430534e10bd52e.tar.xz
Remove CVS "$Id" markers in files. The CVS mirror of bzr was showing
the docs' about.xml and installation.xml being modified on every commit because of these markers, and the rest of them are simply unnecessary.
Diffstat (limited to 'contrib/bugzilla_ldapsync.rb')
-rwxr-xr-xcontrib/bugzilla_ldapsync.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/bugzilla_ldapsync.rb b/contrib/bugzilla_ldapsync.rb
index 4fca2a7da..579f56fc5 100755
--- a/contrib/bugzilla_ldapsync.rb
+++ b/contrib/bugzilla_ldapsync.rb
@@ -4,8 +4,6 @@
# and makes nice bugzilla user entries out of them. Also disables Bugzilla users
# that are not found in LDAP.
-# $Id: bugzilla_ldapsync.rb,v 1.2 2003/04/26 16:35:04 jake%bugzilla.org Exp $
-
require 'ldap'
require 'dbi'
require 'getoptlong'