Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
458
func
(auth *AuthService) LdapAuthConfigured() bool {
459
return
auth.ldap.IsConfigured()
460
}
461
462
func
(auth *AuthService) IsUserAllowed(c *gin.Context, context config.UserContext, acls config.App) bool {
463
if
context.OAuth {
Callers
1
Setup
Method · 0.80
Calls
1
IsConfigured
Method · 0.45
Tested by
no test coverage detected