Allow for association with session user#287
Conversation
In environments with multiple authentication backends it can be desirable to link an LDAP login with an existing user. Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
If existing users are associated, it can be useful to similarly compare an LDAP login with a model containing users created through different backends, and further to use a found user object instead of creating a new one. Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
|
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 possible to have a I'm confused as to how |
|
Thanks for the input, I'm unfortunately slightly confused too, I am using |
Allow for association with session user
In environments with multiple authentication backends it can be
desirable to link an LDAP login with an existing user.
Allow sync relation function to return user
If existing users are associated, it can be useful to similarly compare
an LDAP login with a model containing users created through different
backends, and further to use a found user object instead of creating a
new one.