Bug 21731 - Setzen mehrerer Werte für ein ext. Attribut über udm-cli, obwohl Multivalue nicht gesetzt
Setzen mehrerer Werte für ein ext. Attribut über udm-cli, obwohl Multivalue n...
Status: CLOSED WONTFIX
Product: UCS
Classification: Unclassified
Component: UDM - Extended Attributes
UCS 2.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks: 42391
  Show dependency treegraph
 
Reported: 2011-03-04 12:12 CET by Felix Botner
Modified: 2022-06-30 14:39 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
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 Felix Botner univentionstaff 2011-03-04 12:12:55 CET
-> udm settings/extended_attribute create \
   --position "cn=custom attributes,cn=univention,dc=univention,dc=qa" \
   --set name=audio \
   --set shortDescription=Audio \
   --set tabName=Contact \
   --set translationTabName="de_DE Kontakt" \
   --set CLIName=audio \
   --set mayChange=1 \
   --set multivalue=0 \
   --set module="users/user" \
   --set objectClass=organizationalPerson \
   --set ldapMapping=audio

audio ist also kein Multivalue Feld. Jedoch kann ich folgendes tun:

-> udm users/user modify --dn uid=Administrator,cn=users,dc=univention,dc=qa 
   --append audio=3

-> udm users/user modify --dn uid=Administrator,cn=users,dc=univention,dc=qa 
   --append audio=4

-> ldapsearch -x uid=Administrator audio -LLL
dn: uid=Administrator,cn=users,dc=univention,dc=qa
audio: 3
audio: 4

Ich habe jetzt auf die schnelle auch keine Möglichkeit gefunden, diese Werte mit dem udm-cli zu löschen.
Comment 1 Stefan Gohmann univentionstaff 2016-04-25 07:52:42 CEST
This issue has been filed against UCS 2.4.

UCS 2.4 is out of maintenance and many UCS components have vastly changed in
later releases. Thus, this issue is now being closed.

If this issue still occurs in newer UCS versions, please use "Clone this bug".
In this case please provide detailed information on how this issue is affecting
you.