Skip to content
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

Documentation: add a group query example for the ldap connector. #989

Merged
merged 1 commit into from Jul 17, 2017

Conversation

rithujohn191
Copy link
Contributor

A lot of people seem to be confused about how they should implement group specific queries. Thought it would be nice to have this as part of our docs.

@rithujohn191
Copy link
Contributor Author

@ericchiang do you want me to replace user DN with just DN?

@rithujohn191
Copy link
Contributor Author

Added an LDIF object example to clarify "DN". Also moved the example to the config section.

# Optional filter to apply when searching the directory.
filter: "(objectClass=group)"

userAttr: dc=example,dc=com # Use "DN" here not "uid"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be

userAttr: DN

@rithujohn191
Copy link
Contributor Author

@ericchiang any additional change suggestions?

Copy link
Contributor

@ericchiang ericchiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rithujohn191 rithujohn191 merged commit b70f4c4 into dexidp:master Jul 17, 2017
@rithujohn191 rithujohn191 deleted the ldap-docs branch July 17, 2017 18:27
mmrath pushed a commit to mmrath/dex that referenced this pull request Sep 2, 2019
Documentation: add a group query example for the ldap connector.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants