flopma / crowd-jaas

JAAS LoginModule for Crowd
GNU General Public License v2.0
8 stars 7 forks source link

Feature request: retrieve user's email address from Crowd #9

Open pmuller opened 7 years ago

pmuller commented 7 years ago

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.

pmuller commented 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

flopma commented 7 years ago

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.

flopma commented 5 years ago

Waiting for the rundeck feature request to land in a rundeck version so I can implement this feature request as well