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