Ticket #2507

Attachments (18)

backends.py.diff (5.8 KB ) - added by spr@… 19 years ago.
patch
backends.py.2.diff (6.3 KB ) - added by spr@… 19 years ago.
update to allow ldap options, and custom bind string functions. Also fixes a typo.
backends.py.3.diff (7.7 KB ) - added by spr@… 19 years ago.
Fixing bug with BIND_STRING_FUNC and adding a method to be used with BIND_STRING_FUNC.
backends.py.4.diff (7.8 KB ) - added by spr@… 19 years ago.
Slight update to make the users experience better with the pre_auth_bind.
backends.py.5.diff (8.3 KB ) - added by spr@… 19 years ago.
Better handling of searches, and setting good defaults to mk_pre_auth_bind()
backends.py.6.diff (8.3 KB ) - added by spr@… 19 years ago.
fixing use of LDAP_OPTIONS hash so code follows documentation
ldap.diff (9.2 KB ) - added by spr@… 19 years ago.
Random password, and adding defaults to global_settings.py to avoid loading errors.
ldap.2.diff (10.0 KB ) - added by spr@… 19 years ago.
Update to allow inheritance of LDAPBackend, so you can override the User object and generation of the bind string. This is the full patch for LDAP auth support.
ldap.3.diff (10.2 KB ) - added by spr@… 19 years ago.
Fixes a few run-time bugs, adding some more error checking.
ldap.4.diff (10.2 KB ) - added by spr@… 19 years ago.
Shouldn't have removed staticmethod from mk_pre_auth_bind.
ldapauth.diff (10.4 KB ) - added by Marc Fargas <telenieko@…> 19 years ago.
new patch, see notes on next comment.
ldapauth.1.diff (10.6 KB ) - added by Scott Paul Robertson <spr@…> 19 years ago.
Patch with one bug fix and some documentation improvements.
ldapauth.2.diff (10.6 KB ) - added by Scott Paul Robertson <spr@…> 18 years ago.
Fix a typo that is causing a bug in the prebind code.
ldapauthdoc.diff (2.9 KB ) - added by Jeff Anderson 18 years ago.
fixed a type from previous version
ldapauth.3.diff (11.0 KB ) - added by bugs@… 18 years ago.
changed random password generation, added is_active fields.
ldapauth.4.diff (12.7 KB ) - added by Thomas Güttler 18 years ago.
See comment for ldapauth.4.diff
ldapauth.py (12.8 KB ) - added by Rozza 17 years ago.
See comments for ldapauth.py
ldapauth.patch (4.5 KB ) - added by spkane 17 years ago.
Example patch to handle converting periods in ldap usernames to underscrore for the django username

Download all attachments as: .zip

Back to Top