mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
28e85ee47a
The ipaldap.py code was updated to consider the schema when making changes and does a REPLACE on single-value attributes. So when you do an add in an update it will effectively replace the value instead of ignoring it.
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
# Replace the existing SINGLE-VALUE gecos with a new value thru add
|
|
dn: uid=tuser, cn=test, cn=accounts, $SUFFIX
|
|
add:gecos: Test User New2
|
|
|