Bug 32323 - Move displayName from post_attributes to attributes
Move displayName from post_attributes to attributes
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: S4 Connector
UCS 3.0
Other Linux
: P5 normal (vote)
: UCS 3.2
Assigned To: Stefan Gohmann
Felix Botner
: interim-2
Depends on:
Blocks: 31695
  Show dependency treegraph
 
Reported: 2013-08-23 06:32 CEST by Stefan Gohmann
Modified: 2013-11-19 06:42 CET (History)
0 users

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): UCS Performance
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Gohmann univentionstaff 2013-08-23 06:32:05 CEST
To reduce the ldap modify operations the displayName attribute should be moved from post_attributes to attributes.
Comment 1 Stefan Gohmann univentionstaff 2013-08-28 06:30:09 CEST
The attribute definition has been moved:
 Code: r43494
 Changelog: r43495
Comment 2 Felix Botner univentionstaff 2013-09-18 16:15:12 CEST
OK - displayName moved to attributes in connector mapping
OK - sync still works

-> udm users/user create --set username=test1 --set lastname=last1 --set pas...
-> univention-s4search cn=test1 | grep displayName
displayName: last1
-> udm users/user modify --dn uid=test1,dc=hans,dc=de --set displayName=newlast1
Object modified: uid=test1,dc=hans,dc=de
-> univention-s4search cn=test1 | grep displayName
displayName: newlast1

OK - Changelog
Comment 3 Stefan Gohmann univentionstaff 2013-11-19 06:42:19 CET
UCS 3.2 has been released:
 http://docs.univention.de/release-notes-3.2-en.html
 http://docs.univention.de/release-notes-3.2-de.html

If this error occurs again, please use "Clone This Bug".