MCPcopy Index your code
hub / github.com/tinyauthapp/tinyauth / LdapAuthConfigured

Method LdapAuthConfigured

internal/service/auth_service.go:458–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

456}
457
458func (auth *AuthService) LdapAuthConfigured() bool {
459 return auth.ldap.IsConfigured()
460}
461
462func (auth *AuthService) IsUserAllowed(c *gin.Context, context config.UserContext, acls config.App) bool {
463 if context.OAuth {

Callers 1

SetupMethod · 0.80

Calls 1

IsConfiguredMethod · 0.45

Tested by

no test coverage detected