6 Jan
2014
6 Jan
'14
11:06 a.m.
Stefan Winter wrote:
But during startup, "permissions" and the "suppress" section get ignored (filename is picked up though):
The "suppress" section is read, but isn't printed out when the module loads.
# Instantiating module "auth_log_silent" from file ... permissions = 384 ... And the log files do contain the User-Password attribute.
That shouldn't happen.
I'm also staring at the "permissions" line and wonder if it ignores my 0600?
0600 octal == 384 decimal. :)
Is the example in raddb/ incorrect?
Yes. Alan DeKok.