Bug 44505 - multi-valued extended attribute does not show in right column
multi-valued extended attribute does not show in right column
Status: RESOLVED DUPLICATE of bug 39336
Product: UCS
Classification: Unclassified
Component: UDM - Extended Attributes
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UDM maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-04-28 17:34 CEST by Philipp Hahn
Modified: 2021-01-22 17:32 CET (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.034
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2017-04-28 17:34:46 CEST
univention-directory-manager settings/extended_attribute create \
    --position "cn=custom attributes,cn=univention,$(ucr get ldap/base)" \
    --set name="CarLicense" \
    --set module="users/user" \
    --set tabName="General" \
    --set groupName="Organisation" \
    --set shortDescription="Car license" \
    --set longDescription="License plate number of the company car" \
    --set syntax="string" \
    --set multivalue=1 \
    --set mayChange=1 \
    --set objectClass="univentionFreeAttributes" \
    --set ldapMapping="univentionFreeAttribute1" \
    --set tabPosition=2

Using "multivalue=0" puts it into the right column.

Task #6725: technical training 2017-04-27
Comment 1 Philipp Hahn univentionstaff 2021-01-22 17:32:57 CET

*** This bug has been marked as a duplicate of bug 39336 ***