mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
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)'
|