Chris@909: # $Id: ldif.rb 78 2006-04-26 02:57:34Z blackhedd $ Chris@909: # Chris@909: # Net::LDIF for Ruby Chris@909: # Chris@909: # Chris@909: # Chris@909: # Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved. Chris@909: # Chris@909: # Gmail: garbagecat10 Chris@909: # Chris@909: # This program is free software; you can redistribute it and/or modify Chris@909: # it under the terms of the GNU General Public License as published by Chris@909: # the Free Software Foundation; either version 2 of the License, or Chris@909: # (at your option) any later version. Chris@909: # Chris@909: # This program is distributed in the hope that it will be useful, Chris@909: # but WITHOUT ANY WARRANTY; without even the implied warranty of Chris@909: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Chris@909: # GNU General Public License for more details. Chris@909: # Chris@909: # You should have received a copy of the GNU General Public License Chris@909: # along with this program; if not, write to the Free Software Chris@909: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Chris@909: # Chris@909: # Chris@909: Chris@909: # THIS FILE IS A STUB. Chris@909: Chris@909: module Net Chris@909: Chris@909: class LDIF Chris@909: Chris@909: Chris@909: end # class LDIF Chris@909: Chris@909: Chris@909: end # module Net Chris@909: Chris@909: