Rocket.Chat user, admin, API, integration, plugin and contributing documentation.
Join GitHub today
Rocket Chat Manually Approve User Accounts On Iphone
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave 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.
Rocket Chat Manually Approve User Accounts 2017
Already on GitHub? Sign in to your account
Comments
Rocket Chat Manually Approve User Accounts Free
commented Mar 1, 2016
Your Rocket.Chat version: 0.20.0 I'm trying to have working AD authentication. I don't have problems with OpenLDAP integration as I've done it on 3 different instances, but on Active Directory I can't get it working. Is there a way to run server in more verbose state to see what exact LDAP query is being used to ensure that if I will run it in parallel using ldapsearch it will give/not give me informations? Where I can define Base DN for user search, maybe because of that I can't find any users? I'm using exact same configuration in Redmine (ldap user/password, group assignment) and it's working there, not here. |
commented Mar 1, 2016
Maybe it would help if you show us your ldap settings.
You could set 'Log Level' to '2 - Errors, Information and Debug'. This setting can be found at 'Administration' -> 'Logs'. This is our working 'Custom Domain Search': 'Unique Identifier Field' is set to objectGUID. |
commented Mar 1, 2016
@homberger thx for tip with logs. Now I see that LDAP finds my user properly, question is rather why it can't authenticate me. I've used Your settings and I have still the same problem. User is found, but I can't authenticate. Domain Base: Custom Domain Search: Username Field: Unique Identifier Field: Sync Data: yes User Data Field Map: Default Domain: empty Logs: https://gist.github.com/Grejeru/894d1e2e03dab26b3a6d |
commented Mar 1, 2016
Ok, I've found the reason. I've setup Rocket Chat to manually approve new users. After disabling this everything worked as a charm. |