-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP sync #232
Comments
What help is required with this? I'm not familiar with JS and Meteor but I've worked with quite a bit of LDAP. |
Depends on #222 |
Lets get some help from sscpac#45 |
@rodrigok you've done some work on LDAP lately. Was this issue approached? Can we close it? |
We are not retrieving any data from LDAP for user profile. |
👍 for this feature, especially for pulling the email into the user account once a bind has completed. |
Doesn't not pulling the email also break any emailing settings (ie no users will get emailed)? |
@blaskovicz yes, but we don't have email notifications yet. |
I have proposed a JSON mapping between LDAP field and RocketChat fields ( Although it does not import Avatars at this point, please review and let me know if that suits your current needs :) |
I believe we can close this one since #1236 was merged. |
Hi,
I believe it will be great to have a way to sync user inforamtion such as display name and avatar (image) from the Active Directory.
This feature has to do ldap queries to fetch the user data.
The data fetching can be done when the user is connected to Rocket.Chat for the first time after the authentication - SSO and auto creation of users.
Also, there should be some settings for the LDAP connection and an option to choose the query field (for example sAMAccountName, userPrincipalName) in a text input.
The text was updated successfully, but these errors were encountered: