freeipa/tests/test_install/4_update.update
Rob Crittenden 28e85ee47a Fix test failure in updater when adding values to a single-value attr
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.
2011-07-11 19:21:51 -04:00

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