lemonldap-ng/lemonldap-ng-portal/t/sendOTP.pl
2018-09-05 21:13:39 +02:00

8 lines
115 B
Perl
Executable File

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