24 Apr
2015
24 Apr
'15
10:34 a.m.
Hi, In documentation (3.0.8) is module if (reject) { ... } But in case of rlm_perl i need to use (this works) perl { reject = 1 } if (reject) { ... } Thx.