module ActiveLdap::GetTextSupport

def included(base)

def included(base)
  base.class_eval do
    include(GetText)
    bindtextdomain("active-ldap")
  end
end