lico icon indicating copy to clipboard operation
lico copied to clipboard

reuse ldap connection

Open butonic opened this issue 2 years ago • 0 comments

@rhafer @longsleep this PR will reuse the global ldap connection and use a dedicated connection for user binds when checking passwords. This limits the amount of memory used when checking user passwords and allows all global requests to reuse the connection, saving the argon2 overhead for the global connection which happens when calling ResolveUserByUsername or GetUser.

fixes https://github.com/owncloud/ocis/issues/5765

butonic avatar Mar 07 '23 16:03 butonic