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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We have a user that we'd like to use their common name.
Example: John Howard Doe.
Which has Firstname = "John" Lastname = "Doe".
We would like to change the user's name to "Howard Doe" (Firstname = "Howard" Lastname = "Doe").
Is this possible? When editing name via Crowd, Crowd attempts to update the LDAP server and fails.
We have no control over what is in LDAP server.
Please advise.
You have to write crowd plugin to do this translation. For example, the user add listener is triggered, you can customize the name logic you listed above in the user add listener.
You can even add a servlet in your plugin to handle all once
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.