NxFilter v2.0.5 was supposed to be a minor update version. But I decided
to implement some of the feature requests from users. As a result it became
not so much minor version. So we need to do some beta testing before
we release it.
There were these changes with v2.0.5.
- Login API through HTTP added for custom login script.
- Top 5 chart by client-ip added into daily and weekly report.
- Group or user exclusion by keyword for LDAP import added.
- Request, Response, Wonfig for GUI removed.
- Group specific free-time added.
- Free-time policy added on user, group list GUI view.
- User, group, policy, category variables added into block-page.
Once Paul Flere wanted to have single sign-on against AD from his Linux box.
At the time I wrote a Java version of login program running on Linux box and
Paul wrote a script to run it from Linux box. After that Paul gave me
his script to share with the other users but the problem is it's bit complicated
for most people. So now I simplified it by making API through HTTP.
Rob Asher wanted to exclude some of his groups and users from LDAP importing.
I understand this one because I also see several not so much useful groups
and users from my AD importing so I came up with keyword based exclusion.
David Johnson, Dm Ms, Victor Fisher wanted to have policy specific free-time.
But I guess for us it's not that useful so I came up with group specific
free-time. Currently it's only daily basis but I think being combined with
global free-time and multiple groups it will be satisfying to most users.
Mark Page wants to have group, policy, category variables in block-page.
At first I didn't like the idea but in the long run it might be needed for
the other people.
Download link is here.
http://www.nxfilter.org/download/nxfilter-2.0.5-beta.zipJinhee