且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何跨 Django 视图维护 LDAP 身份验证?

更新时间:2023-12-06 08:16:58

You almost certainly want to use an LDAP authentication backend like django-auth-ldap. If the backend is installed and configured properly, your views should not require any LDAP-specific code. If you've gotten tangled up, don't be afraid to start over and follow the backend's documentation from the beginning.