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