Dave Hall
Dave Hall
I've allowed workflows for this PR so you can check linting and tests. You'll also need to resolve some conflicts on the readme. Nice work though, so I'll be happy...
Merged, and will shortly be released! Apologies for the delay, I have been busy with a new baby!
Published as 0.15.8
Adding multiple `AUTHENTICATION_BACKENDS` is the way to make it fall back to the model backend. However, the model backend requires that the user account has a valid password set. What...
Can I have the logs please? It would be good to know where it's getting stuck. Those settings are passed to the underlying ldap library. On Wed, 20 Sep 2023...
I think you're going to have to delve into the `ldap3` source code to figure out what's going on here. Those settings are being passed to `ldap3`, and it seems...
Thank you for taking the time to describe your issue. I can see the utility of using different fields to bind vs lookup. The conflict resolution logic seems to be...
Nice! I'm away for a week right now, and have a new baby to look after when I'm back. But I will take a look when I can! Consider implementing...
Interesting! From the [django docs](https://docs.djangoproject.com/en/5.2/topics/composite-primary-key/): > We’re still working on composite primary key support for [relational fields](https://docs.djangoproject.com/en/5.2/topics/composite-primary-key/#cpk-and-relations), including [GenericForeignKey](https://docs.djangoproject.com/en/5.2/ref/contrib/contenttypes/#django.contrib.contenttypes.fields.GenericForeignKey) fields, and the Django admin. Models with composite primary keys cannot...
Thanks for this! I'm a bit confused about the use-case, however! I've implemented apps with multiple authentication backends before, and this package works with no further modification. Indeed, it's quite...