blob: 632502ea9a9f301d5f0ada0b2262cb401f14ebb4 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
#
# Test round-tripping of LDIF -> sudoers -> LDIF
#
exec 2>&1
./cvtsudoers -c "" -i LDIF -f sudoers $TESTDIR/test24.out.ok | \
./cvtsudoers -c "" -b "ou=SUDOers,dc=sudo,dc=ws"
|