mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
9 lines
210 B
Bash
Executable File
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 '^#'
|