18 Sep
2012
18 Sep
'12
4:07 a.m.
Václav Pernica wrote:
It works now, I just changed the number to lower value.
NO. Don't do that. All of the attribute numbers are allocated, and have pre-existing meanings. Re-using a number is WRONG. It can cause all kinds of problems.
And you are right, it is written there (even by capitals..)
You need to read and follow the REST of the instructions. They exist for a reason. They're not lying to you.
One more question. Is there some easy way, how to use different SQL queries (authorize_check_query, authorize_reply_query) depending on the user name prefix or suffix.
E.g.: user_name@domain1 -> use SQL queries 1 user_name@domain2 -> use SQL queries 2
Not easily in 2.2. Alan DeKok.