diff options
Diffstat (limited to 'tests/test18-schema-compat/before.sh')
-rwxr-xr-x | tests/test18-schema-compat/before.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test18-schema-compat/before.sh b/tests/test18-schema-compat/before.sh index 78e580f..6ccb9d6 100755 --- a/tests/test18-schema-compat/before.sh +++ b/tests/test18-schema-compat/before.sh @@ -4,11 +4,11 @@ if test -z "$tmpfile" ; then echo error creating temporary file fi trap 'rm -f "$tmpfile"' EXIT -search -b cn=users2,cn=accounts,dc=example,dc=com "*" memberOf > $tmpfile +search -b cn=users2,cn=Accounts,dc=example,dc=com "*" memberOf > $tmpfile $LDIFSORT $tmpfile -search -b cn=groups,cn=accounts,dc=example,dc=com "*" memberOf > $tmpfile +search -b cn=Groups,cn=Accounts,dc=example,dc=com "*" memberOf > $tmpfile $LDIFSORT $tmpfile -search -b cn=users,cn=compat,cn=accounts,dc=example,dc=com "*" memberOf > $tmpfile +search -b cn=users,cn=compat,cn=Accounts,dc=example,dc=com "*" memberOf > $tmpfile $LDIFSORT $tmpfile -search -b cn=groups,cn=compat,cn=accounts,dc=example,dc=com "*" memberOf > $tmpfile +search -b cn=Groups,cn=compat,cn=Accounts,dc=example,dc=com "*" memberOf > $tmpfile $LDIFSORT $tmpfile |