I had a need to do find_in_set() on an existing users table 'UTypes' (user types) column that uses comma seperated values to declare a user can access specific applications.
So, I added it! Actually, credit where credit is due, I had my minion Brian Armelin add it.
Anybody want the code? It is based on the mod_auth_mysql-3.2 latest contained here on Source Forge as of about 24 June 2002.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had a need to do find_in_set() on an existing users table 'UTypes' (user types) column that uses comma seperated values to declare a user can access specific applications.
So, I added it! Actually, credit where credit is due, I had my minion Brian Armelin add it.
Anybody want the code? It is based on the mod_auth_mysql-3.2 latest contained here on Source Forge as of about 24 June 2002.