You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Our directory doesn't supply a valid e-mail address, but I'd like to create one automatically when Crowd synchronizes with AD. It would simple append a suffix to the user's ID. How would I go about doing this?
You would actually have to implement/extend your own version of the com.atlassian.crowd.directory.ldap.mapperUserContextMapper, and then change the SpringLdapConnector to use your ContextMapper on its call for the getUserContextMapper().
So it isn't exactly 'easy' at present at the moment to provide this type of feature.
We have pondered with allowing users to provide 'programable attributes' for directory configuration:
eg: emailAddress = ${userName}@mycompany.com
Where userName is the value pulled from the user for their name.
Cheers,
Justin
The "programmable attributes" feature would be great! Of course, I'm new to Crowd admin, but it seems like a great feature. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ali, the only thing I can think is to create a script that does that, or creating a plugin using Atlassian API. Here is the documentation about the API. There's a method called getEmailAddress() that can be used.
Hope it helps!
Kind Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Bruna!
Would that be using, for example, Script Runner for scripting using the Atlassian API? I don't see how to script anything but JIRA. I do see something about using the various REST APIs:
https://developer.atlassian.com/display/CROWDDEV/Crowd+REST+APIs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.