29 Oct
2014
29 Oct
'14
3:27 p.m.
Abdullah wrote:
need advice please as to what am i doing wrong
Read the debug output. The server looks in SQL for the user, and then runs the dailycounter module. The Max-Daily-Session attribute isn't found by the counter module. So... that attribute isn't being returned from SQL. You can run the queries yourself to see what is being returned from SQL. The debug output shows you the queries. It's not difficult. Set the Max-Daily-Session attribute in the "users" file, and it will work. Therefore, it should also work with SQL. If it doesn't work with SQL, it's because you configured SQL wrong. Alan DeKok.