SpriteLink / NIPAP

Neat IP Address Planner - NIPAP is the best open source IPAM in the known universe, challenging classical IP address management (IPAM) systems in many areas.
https://spritelink.github.io/NIPAP/
MIT License
537 stars 132 forks source link

nipapd: Close LDAP connection after authentication #1369

Closed garberg closed 4 months ago

garberg commented 8 months ago

The LDAP auth backend never explicitly closed the connection to the LDAP server, when meant that it was kept open until the auth object timed out from the auth cache which can take some time.

Now LDAP connections are closed once the authentication is done.