# File lib/active_ldap/escape.rb, line 4
def
ldap_filter_escape
(
str
)
str
.
to_s
.
gsub
(
/\*/
,
"**"
)
end