# File lib/ldap/schema.rb, line 16
    def initialize(entry)
      if( entry )
        entry.each{|key,vals|
          self[key] = vals
        }
      end
    end