lemonldap-ng/lemonldap-ng-portal/t/sendOTP.pl
Clément OUDOT c5f9a7f95b make tidy
2018-10-12 10:04:03 +02:00

8 lines
117 B
Perl
Executable File

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