-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
docs: Add LDAP fields #179
Conversation
This effectively just listed the options that are on config page as well. I think this guide should show some examples instead. |
@xPaw Are you expecting something like https://rocket.chat/docs/administrator-guides/authentication/ldap/ ? |
I suppose they provide some common configuration examples, I haven't used LDAP so I don't know how much sense they actually make. If you think such examples are reasonable, I wouldn't mind seeing these with lounge's config then. |
Yeah, with LDAP there is no such thing as a common configuration. All the values in the fields depend entirely on the LDAP server setup and there is no 'standard'. A poor analogy is to think of the LDAP server as a sort of XML document and each LDAP admin comes up with their own XML tags and hierarchy. They then fill up these tags in the LDAP configuration of an app (sort of like XPath/XQuery paths). That said, if it helps I can update the PR to have the actual values we use for the Cloudron setup. |
That sounds like a good idea (show the entire config as a json object) and some explanation on top of it. |
Agreed, some context would be nice. Thanks a ton for your help @gramakri, highly appreciated! I have not used LDAP much either, so I'm not sure what to expect as a reader as well. @vivienlacourba, if you are still planning to set up The Lounge, what would you expect in a documentation describing how to set up LDAP for The Lounge? |
This isn't entirely accurate - Active Directory is the most common LDAP in use, and comes out of the box setup with defaults, many of which are sane. While most admins while put users in a different OU than default, many things will stay default, like the User Login being "sAMAccountName", which makes it a sane default for |
Fixes #145