ispyb / py-ispyb

ISPyB backend server based on FastAPI
GNU Lesser General Public License v3.0
12 stars 14 forks source link

Fix ldap handler #225

Closed stufisher closed 1 year ago

stufisher commented 2 years ago

The ldap connection does not stay open for the duration of the application, reinit on each login...

codecov-commenter commented 2 years ago

Codecov Report

Merging #225 (9bac68e) into master (e748192) will decrease coverage by 0.02%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
- Coverage   74.49%   74.47%   -0.03%     
==========================================
  Files          84       84              
  Lines        3317     3318       +1     
==========================================
  Hits         2471     2471              
- Misses        846      847       +1     
Impacted Files Coverage Δ
pyispyb/app/extensions/auth/LdapAuthentication.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e748192...9bac68e. Read the comment docs.