-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Enhance LDAP documentation #1080
Conversation
Incorporating @marvnrawley's enhancements from #518
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LDAP user here.
I can't comment on the Windows part since we use FreeIPA. The rest is a great explanation of the mappings.
I'm still not able to get Windows LDAP working. |
docs/installation/ldap.md
Outdated
@@ -99,3 +103,17 @@ AUTH_LDAP_FIND_GROUP_PERMS = True | |||
AUTH_LDAP_CACHE_GROUPS = True | |||
AUTH_LDAP_GROUP_CACHE_TIMEOUT = 3600 | |||
``` | |||
|
|||
!!! info | |||
"is_active" - you must map all users to at least this group if you want their account to be treated as enabled. Without this, your users cannot log in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please capitalize the first word in each sentence for these descriptions
docs/installation/ldap.md
Outdated
|
||
!!! info | ||
It is also possible map user attributes to Django attributes: | ||
AUTH_LDAP_USER_ATTR_MAP = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably want to wrap this in a code block and ensure proper indentation
Pinging @bellwood - Are you available to make these changes? |
Been burried lately - will attempt to get a revised PR this week
|
Capitalization
Wrap code in code block
Sorry for the late edits on this - been all over the place lately Thanks for the feedback =) |
Enhance LDAP documentation
Incorporating @marvnrawley LDAP enhancements from #518