Hi!

Is it possible to in an PreAuthHook reject based on the inner username when 
using PEAP and TTLS?

I tried to just reject with 
sub {
        my $p = ${$_[0]};
        my $response = $_[2];
        &main::log($main::LOG_DEBUG,  $p->{EAPIdentity} );
        $$response = $main::REJECT;
        return $main::REJECT;
}
but that didn't print the username and it didn't reject the user.

____________________________________

Johan Carlquist

IT Services
Stockholm University
SE-106 91 Stockholm, Sweden

www.su.se/it
____________________________________

_______________________________________________
radiator mailing list
[email protected]
http://www.open.com.au/mailman/listinfo/radiator

Reply via email to