Changeset 2806

Show
Ignore:
Timestamp:
03/25/06 23:08:50 (18 years ago)
Author:
jerome
Message:

Now outputs DENY when --denyafter is used and the number of tries is reached.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pknotify

    r2805 r2806  
    262262                    passnumber += 1         
    263263                                 
     264                if options["checkauth"] and options["denyafter"] \ 
     265                   and (passnumber > denyafter) \ 
     266                   and (authok != "AUTH=YES") : 
     267                    print "DENY" 
    264268                if result["isValid"] : 
    265269                    for varname in varnames :