Mercurial > hg > soundsoftware-site
annotate vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldif.rb @ 856:0dac80e40800 bug_208
Close obsolete branch bug_208
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 11:08:06 +0100 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 # $Id: ldif.rb 78 2006-04-26 02:57:34Z blackhedd $ |
Chris@0 | 2 # |
Chris@0 | 3 # Net::LDIF for Ruby |
Chris@0 | 4 # |
Chris@0 | 5 # |
Chris@0 | 6 # |
Chris@0 | 7 # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. |
Chris@0 | 8 # |
Chris@0 | 9 # Gmail: garbagecat10 |
Chris@0 | 10 # |
Chris@0 | 11 # This program is free software; you can redistribute it and/or modify |
Chris@0 | 12 # it under the terms of the GNU General Public License as published by |
Chris@0 | 13 # the Free Software Foundation; either version 2 of the License, or |
Chris@0 | 14 # (at your option) any later version. |
Chris@0 | 15 # |
Chris@0 | 16 # This program is distributed in the hope that it will be useful, |
Chris@0 | 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
Chris@0 | 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
Chris@0 | 19 # GNU General Public License for more details. |
Chris@0 | 20 # |
Chris@0 | 21 # You should have received a copy of the GNU General Public License |
Chris@0 | 22 # along with this program; if not, write to the Free Software |
Chris@0 | 23 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
Chris@0 | 24 # |
Chris@0 | 25 # |
Chris@0 | 26 |
Chris@0 | 27 # THIS FILE IS A STUB. |
Chris@0 | 28 |
Chris@0 | 29 module Net |
Chris@0 | 30 |
Chris@0 | 31 class LDIF |
Chris@0 | 32 |
Chris@0 | 33 |
Chris@0 | 34 end # class LDIF |
Chris@0 | 35 |
Chris@0 | 36 |
Chris@0 | 37 end # module Net |
Chris@0 | 38 |
Chris@0 | 39 |