biblibre / omeka-s-module-Ldap

Authentication with LDAP for Omeka S
https://omeka.org/s/modules/Ldap/
GNU General Public License v3.0
3 stars 2 forks source link

Merge user profiles created locally and those created using ldap module #7

Closed zkapfumvuti closed 2 years ago

zkapfumvuti commented 2 years ago

Hi Team,

I would like to inquire on how to merge users profiles created locally within Omeka-S admin page and those created dynamically using the biblibre module https://github.com/biblibre/omeka-s-module-Ldap

This is so my existing users do not lose their created sites once they dynamically login with their LDAP credentials

jajm commented 2 years ago

If the module setting "LDAP attribute to use as user email" is set, and if local users have the same email as their corresponding LDAP account, local account should be "linked" to LDAP account on first login. So logging in locally or with LDAP will authenticate you as the same Omeka S user account.

zkapfumvuti commented 2 years ago
Screenshot 2022-04-13 at 13 56 43

Are these settings correct?

jajm commented 2 years ago

It depends on your LDAP server configuration. Do users created by an LDAP login have their email and name correctly set ? If yes, the settings are correct.

zkapfumvuti commented 2 years ago

Ok thanks @jajm, that confirms it.