Update docs and cleanup

This commit is contained in:
2023-08-18 15:56:11 +02:00
parent 8a0977561f
commit ebcae32e23
3 changed files with 31 additions and 37 deletions

View File

@@ -228,8 +228,6 @@ func (la *LdapAuthenticator) Sync() error {
return nil
}
// TODO: Add a connection pool or something like
// that so that connections can be reused/cached.
func (la *LdapAuthenticator) getLdapConnection(admin bool) (*ldap.Conn, error) {
lc := config.Keys.LdapConfig