lemonldap-ng/lemonldap-ng-portal/t/sendOTP.pl

8 lines
117 B
Perl
Raw Normal View History

2018-09-05 21:13:39 +02:00
#!/usr/bin/perl
use strict;
use warnings;
2018-10-12 10:04:03 +02:00
my ( $swt, $user ) = @ARGV;
2018-09-05 21:13:39 +02:00
exit !( $swt eq '-uid' && $user eq 'dwho' );