Lines 266-272
subtest "checkpw_shib tests" => sub {
Link Here
|
266 |
$shib_login = "martin"; |
266 |
$shib_login = "martin"; |
267 |
( $retval, $retcard, $retuserid ) = checkpw_shib($shib_login); |
267 |
( $retval, $retcard, $retuserid ) = checkpw_shib($shib_login); |
268 |
is( $retval, "0", "user not authenticated" ); |
268 |
is( $retval, "0", "user not authenticated" ); |
269 |
$logger->info_is("There are several users with userid of martin, matchpoints must be unique", "Duplicated matchpoint warned to info"); |
269 |
$logger->info_is("No users with userid of martin found and autocreate is disabled", "Missing matchpoint warned to info"); |
270 |
}; |
270 |
}; |
271 |
|
271 |
|
272 |
subtest 'get_uri' => sub { |
272 |
subtest 'get_uri' => sub { |
273 |
- |
|
|