lemonldap-ng/lemonldap-ng-portal/t/sendCode.pl
2019-02-16 22:00:25 +01:00

8 lines
170 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
my ( $swt1, $user, $swt2, $code ) = @ARGV;
exit !( $swt1 eq '-uid' && $user eq 'dwho' && $swt2 eq '-code' && defined $code );