Skip to content

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