class ActiveLdap::Schema

def ldap_syntax_attribute(name, attribute_name)

def ldap_syntax_attribute(name, attribute_name)
  cache([:ldap_syntax_attribute, name, attribute_name]) do
    fetch("ldapSyntaxes", name, attribute_name)
  end
end