Open pmuller opened 7 years ago
As I really wanted to get email addresses, I wrote a small Python script for this: https://github.com/pmuller/rundeck-create-users-from-ldap
Indeed, this is a useful feature request, unfortunately, after analysis, I cannot implement it currently:
So in both ways, I need some changes from Rundeck team.
Waiting for the rundeck feature request to land in a rundeck version so I can implement this feature request as well
First of all, thanks for your work! :)
It would be great for Rundeck to use the email addresses exposed on Crowd's API.
I tried to understand how to do it by looking at Rundeck's LDAP backend, but it seems it also not implemented (https://github.com/rundeck/rundeck/issues/946).
How hard is it to implement?
Disclaimer: I have almost no knowledge of the Java world.