Bug 21623 - Extended Attributes sollen auch über beide Spalten gehen können
Extended Attributes sollen auch über beide Spalten gehen können
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UDM - Extended Attributes
UCS 2.4
Other Linux
: P5 normal (vote)
: UCS 2.4-2
Assigned To: Janek Walkenhorst
Philipp Hahn
:
Depends on:
Blocks: 21646
  Show dependency treegraph
 
Reported: 2011-02-21 14:27 CET by Janek Walkenhorst
Modified: 2011-04-04 15:46 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 Janek Walkenhorst univentionstaff 2011-02-21 14:27:01 CET
Die Extended Attributes sollen wahlweise auch über beide Spalten gehen können.
Comment 1 Janek Walkenhorst univentionstaff 2011-02-21 14:37:34 CET
Fixed:

univention-ldap (7.0.15-1) unstable; urgency=low
univention-directory-manager-modules (6.0.98-1) unstable; urgency=low

  * add full width extended attributes (Bug #21623)
Comment 2 Philipp Hahn univentionstaff 2011-02-23 14:29:27 CET
eval "$(ucr shell ldap/base)"
udm settings/extended_attribute create --position "cn=custom attributes,cn=univention,dc=univention,dc=qa" --set name=pmh1 --set module=users/user --set objectClass=univentionFreeAttributes --set shortDescription=1 --set longDescription="P Hahn 1" --set tabName=PMH --set syntax=userDn --set mayChange=1 --set multivalue=1 --set ldapMapping=univentionFreeAttribute1 --set tabPosition=1

udm settings/extended_attribute create --position "cn=custom attributes,cn=univention,$ldap_base" --set name=pmh2 --set module=users/user --set objectClass=univentionFreeAttributes --set shortDescription=2 --set longDescription="P Hahn 2" --set tabName=PMH --set syntax=string --set mayChange=1 --set multivalue=0 --set ldapMapping=univentionFreeAttribute2 --set tabPosition=3

udm settings/extended_attribute create --position "cn=custom attributes,cn=univention,$ldap_base" --set name=pmh3 --set module=users/user --set objectClass=univentionFreeAttributes --set shortDescription=3 --set longDescription="P Hahn 3" --set tabName=PMH --set syntax=string --set mayChange=1 --set multivalue=0 --set ldapMapping=univentionFreeAttribute3 --set tabPosition=4

udm settings/extended_attribute modify --dn "cn=pmh1,cn=custom attributes,cn=univention,$ldap_base" --set fullWidth=1

ldapmodify -x -D "cn=admin,`ucr get ldap/base`" -w "$(</etc/ldap.secret)" <<__LDIF__
dn: cn=pmh1,cn=custom attributes,cn=univention,$ldap_base
changetype: modify
delete: univentionUDMPropertyLayoutFullWidth
__LDIF__

udm settings/extended_attribute modify --dn "cn=pmh1,cn=custom attributes,cn=univention,$ldap_base" --set fullWidth=0

ChangeLog-Eintrag ist vorhanden.
Comment 3 Philipp Hahn univentionstaff 2011-03-02 09:31:05 CET
Beauftragt durch Ticket #2010121410001136, Abrechnung auf Kunden-Konto
Comment 4 Sönke Schwardt-Krummrich univentionstaff 2011-04-04 15:46:56 CEST
UCS 2.4-2 wurde veröffentlicht. Sollte der hier beschriebene Bug mit einer
neueren Version von UCS erneut auftreten, so sollte der Bug dupliziert werden:
"Clone This Bug".