-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add syncLdapUser param to security_config #511
Conversation
Adding some tests. |
@bastelfreak I can't seems to find why some tests are failling, could you give me a hand? |
This is the second run, to check for idempotency. Something is changing during that run. |
I believe that these checks started failling when #502 was merged. In fact, that PR do not have all checks passed. I am triying to debug why the second run is not idempotent but it is not related to the changes on thisI think. |
@bastelfreak can you help me to solve this errors? |
@bastelfreak please review |
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 take a look at the inline comments i did and squash your commits together.
add test fix test identation Add ldap user attributes to source the email and name properties fix lint fix rubocop fix typo fix add missing $ fix tests fix template logic try to fix tests Remove mvcc to fix tests undo unnecesary change Resolve comments
Done @bastelfreak :) |
Pull Request (PR) description
Add
rundeck.security.syncLdapUser
to rundeck_config.groovy file. This flag enable using LDAP user attributes to update the email, first name, and last name properties of your Rundeck users.Add ldap user attributes used to source the email, and name properties.
Remove un used templates.
ref: https://docs.rundeck.com/docs/administration/security/authentication.html#ldap
This Pull Request (PR) fixes the following issues
Fixes #510
Fixes #416