blob: 41f5707e9c7a910abdf47ec59104956d60ed4c81 (
plain)
1
2
3
4
5
6
7
8
|
echo "Adding base elements"
bin/ldbadd < tests/test.ldif
echo "Modifying elements"
bin/ldbmodify < tests/test-modify.ldif
echo "Showing modified record"
bin/ldbsearch '(uid=uham)'
|