retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

Switch to django-auth-ldap for LDAP authentication #600

Closed krejcar25 closed 9 months ago

krejcar25 commented 9 months ago

This PR removes the locally maintained LDAP auth backend and replaces it with the widely-used django-auth-ldap library.

All template config was maintained and ported to be useable with this library, moreover a separate AD and OpenLDAP version was provided.

These changes were tested with both AD and OpenLDAP.

This PR would also close old #243.

catborise commented 9 months ago

Thank you very much for the contribution.