Browse Source

remove antiflood call on empty password

3.22
lazedo 10 years ago
parent
commit
68588fff0a
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      kamailio/registrar-role.cfg

+ 0
- 4
kamailio/registrar-role.cfg View File

@ -93,10 +93,6 @@ route[ATTEMPT_AUTHORIZATION]
}
if($var(password) == $null || $var(password) == "") {
#!ifdef ANTIFLOOD-ROLE
route(ANITFLOOD_FAILED_AUTH);
#!endif
auth_challenge("$fd", "0");
xlog("L_INFO", "$ci|end|issued auth challenge to registration attempt for $Au $si:$sp due to empty password");
exit;


Loading…
Cancel
Save