# File lib/net/ping/ldap.rb, line 26
    def encryption=(value)
      @encryption = (value.is_a? Symbol) ? value : value.to_sym
    end