2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00
2018-04-21 06:23:02 -06:00

9 lines
210 B
Bash
Executable File

#!/bin/sh
#
# Test round-tripping of sudoers -> LDIF -> sudoers
#
exec 2>&1
./cvtsudoers -c "" -b "ou=SUDOers,dc=sudo,dc=ws" $TESTDIR/test23.out.ok | \
./cvtsudoers -c "" -i LDIF -f sudoers | grep -v '^#'