My IP is added to ip_blacklist.
but if the file ip_whitelist exists, even its empty, I could enter DA without any problem. If I delete ip_whitelist, I couldnt enter DA then.
I'm not able to duplicate that condition.. if the ip_blacklist has my ip, and the ip_whitelist is empty, I'm blocked. If the ip_whitelist is gone, also blocked.
Anoyone else getting the error? I'm not seeing it on my end.
Thanks for the info guy, except xemaps, no soup for you
I found the problem, the logic in the code is fine, it's just a permission error. There is a "check if path exists", then read in the files, but after the file (if exist) are read in, the read-in permission is set to "nobody". The initial "give me root" was then gone if the whitelist is checked, so "nobody" reading the blacklist can't see it, thus the list was essentially not there (which is valid.. a non-existant file is allowed).
The reason my intial test didn't find it is because the permissions on my admin folder are world readable. I tested on our freebsd 6.0 system which has tigher permissions, so I was able to see it