lib/net/ldap/entry.rb in net-ldap-0.0.5 vs lib/net/ldap/entry.rb in net-ldap-0.1.0
- old
+ new
@@ -1,10 +1,7 @@
-# $Id$
-#
# LDAP Entry (search-result) support classes
#
-#
#----------------------------------------------------------------------------
#
# Copyright (C) 2006 by Francis Cianfrocca. All Rights Reserved.
#
# Gmail: garbagecat10
@@ -24,14 +21,10 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#---------------------------------------------------------------------------
#
-
-require 'base64'
-
-
module Net
class LDAP
# Objects of this class represent individual entries in an LDAP
@@ -263,7 +256,5 @@
end # class Entry
end # class LDAP
end # module Net
-
-