# File lib/active_ldap/compatible.rb, line 37
      def string_to_lines(string)
        ary = []
        string.each_line{|l| ary << l}
        ary
      end