Some checks failed
continuous-integration/drone/push Build is failing
No need to keep them in two places at the same time. We can fetch them from LDAP whenever we want to do something with them.
6 lines
119 B
Ruby
6 lines
119 B
Ruby
class LdapManagerService < LdapService
|
|
def suffix
|
|
@suffix ||= ENV["LDAP_SUFFIX"] || "dc=kosmos,dc=org"
|
|
end
|
|
end
|