Allow number of failed login attemps to be set

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@995 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-11 18:58:00 +00:00
parent 8ee8f1e057
commit f5fe6c81ee
2 changed files with 22 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ skipms=3000
maxsilence=10
; Silence threshold (what we consider silence, the lower, the more sensitive)
silencethreshold=128
; Max number of failed login attempts
maxlogins=3
;
; Each mailbox is listed in the form <mailbox>=<password>,<name>,<email>,<pager_email>