MCPcopy
hub / github.com/tinyauthapp/tinyauth / NewLdapService

Function NewLdapService

internal/service/ldap_service.go:34–38  ·  view source on GitHub ↗
(config LdapServiceConfig)

Source from the content-addressed store, hash-verified

32}
33
34func NewLdapService(config LdapServiceConfig) *LdapService {
35 return &LdapService{
36 config: config,
37 }
38}
39
40func (ldap *LdapService) IsConfigured() bool {
41 return ldap.isConfigured

Callers 3

TestUserControllerFunction · 0.92
TestProxyControllerFunction · 0.92
initServicesMethod · 0.92

Calls

no outgoing calls

Tested by 2

TestUserControllerFunction · 0.74
TestProxyControllerFunction · 0.74