24 Apr
2006
24 Apr
'06
1:49 p.m.
=?iso-8859-1?Q?Bj=F8rn_Mork?= <bjorn@mork.no> wrote:
Where users.debug contains a list of users to debug. The syntax is similar to users(5). It can even contain check-items and DEFAULT entries (which only makes sense if combined with check items), to filter the logging even more.
You should be able to configure the server to do this. Put the per-user logging in a special Post-Auth-Type, and configure the Post-Auth-Type dynamically per user. If you pull the Post-Auth-Type from a database, you should be able to change it on the fly. In other words, if your patch is to combine the "users" module with the "detail" module, the server is configurable enough that you should already be able to do that. Alan DeKok.