version 1.45, 2018/12/02 13:56:10
|
version 1.46, 2018/12/08 15:16:03
|
Line 149 sub handler {
|
Line 149 sub handler {
|
} elsif ($env{'form.role'} =~ m{^[ac]a\./($match_domain)/($match_username)$}) { |
} elsif ($env{'form.role'} =~ m{^[ac]a\./($match_domain)/($match_username)$}) { |
my ($audom,$auname) = ($1,$2); |
my ($audom,$auname) = ($1,$2); |
if (&Apache::lonnet::homeserver($auname,$audom) eq $env{'form.otherserver'}) { |
if (&Apache::lonnet::homeserver($auname,$audom) eq $env{'form.otherserver'}) { |
if ((&Apache::lonnet::will_trust('othcoau',$audom,$env{'user.domain'})) && |
if ((&Apache::lonnet::will_trust('othcoau',$env{'user.domain'},$audom)) && |
(&Apache::lonnet::will_trust('coremau',$env{'user.domain'},$audom))) { |
(&Apache::lonnet::will_trust('coaurem',$audom,$env{'user.domain'}))) { |
$skip_canhost_check = 1; |
$skip_canhost_check = 1; |
} |
} |
} |
} |