Class Index [+]

Quicksearch

ActiveLdap::Escape

Public Instance Methods

ldap_filter_escape(str) click to toggle source
   # File lib/active_ldap/escape.rb, line 4
4:     def ldap_filter_escape(str)
5:       str.to_s.gsub(/\*/, "**")
6:     end
ldap_filter_unescape(str) click to toggle source
    # File lib/active_ldap/escape.rb, line 8
 8:     def ldap_filter_unescape(str)
 9:       str.to_s.gsub(/\*\*/, "*")
10:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.