I'm setting up Internal Directory with LDAP Authentication.
I want the User Display Name Attribute to show a combination of two LDAP fields, ie. "givenName sn". This is because my LDAP Server doesn't publish displayName in the format I want.
Can I concatenate multiple fields for this property?
I've recently get the chance to test this, and found out that I can configure the User Display Name Attribute to be from two combination of LDAP fields. This is what I configure in my DELEGATED LDAP configuration to OpenDS on JIRA 6.0
User Display Name Attribute: cn sn
The original question was specific to Crowd, and at least in version 2.5.3 < it does not work.
org.springframework.ldap.InvalidSearchFilterException: invalid attribute description; nested exception is javax.naming.directory.InvalidSearchFilterException: invalid attribute description; remaining name 'ou=People,o=org'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works perfectly under JIRA Software 7.0.4 without Crowd. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found a solution that works in Crowd, assuming the concatenation you are looking for matched the fields specified in "first name" and "last name" fields.
If crowd is given an attribute it can not find, it will fall back on concatenating first and last name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi My,
As far as I know, this is not possible:
- https://jira.atlassian.com/browse/CONF-29272
Best regards,
Lucas Timm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would love to see this too. Our enterprise LDAP server admins never update displayName, and so it uses maiden names and other outdsated information where as givenName and sn are always accurate.
I know other tools allow values like {givenName} {sn} for the attribute to concanate, but this made Crowd blow-up.
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.