Re: User collision/duplicate users and mysql backend

2006-10-19 Thread Collen Blijenberg
O, I did tried that... sql.conf authorize_check_query = "SELECT id, UserName, Attribute, Value, op, Attribute2, Value2, op2\ FROM ${authcheck_table} \ WHERE Username = '%{SQL-User-Name}' \ ORDER BY id" - a

Re: User collision/duplicate users and mysql backend

2006-10-19 Thread Peter Nixon
On Thu 19 Oct 2006 10:19, Collen Blijenberg wrote: > I was wondering, any change of getting the User collision/duplicate > users option in to the sql module (pref. mysql) ?? > > I'm still trying to get the mysql backend to work, with duplicate > usernames. (still stuck here) > > in the tuning guide

User collision/duplicate users and mysql backend

2006-10-19 Thread Collen Blijenberg
I was wondering, any change of getting the User collision/duplicate users option in to the sql module (pref. mysql) ?? I'm still trying to get the mysql backend to work, with duplicate usernames. (still stuck here) in the tuning guide, i found a document called 'tuning guide' under the sql mo