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

Added --user-query-template, for handling incomplete member attributes #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

semc-rschaaf
Copy link

Added a new option --user-query-template. If specified it will be used instead of the --user-query, and any {} placeholders in the string will be replaced by whatever was returned from the group members. The motivation for this is using the script with our Open Directory server, where a the group membership query returns a string like "example.user" instead of a full DN "cn=example.user,ou=Users,dc=example,dc=com" - so it can't be directly used as a query.

Added a new option --user-query-template. If specified it will be used instead of the --user-query, and any {} placeholders in the string will be replaced by the results of the group member query. The motivation for this is using the script with our Open Directory, where a the group member query returns a string like "example.user" instead of a full DN "uid=example.user,ou=Users,dc=example,dc=com" - so it can't be directly used as a query.
@semc-rschaaf semc-rschaaf changed the title Added --user-query-template, for more flexible user searches given the group members Added --user-query-template, for handling incomplete member attributes Jan 24, 2020
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.

1 participant