class LdapManagerService < LdapService def suffix @suffix ||= ENV["LDAP_SUFFIX"] || "dc=kosmos,dc=org" end end