From: Simon Slavin <slav...@bigfraud.org> Date: Tue, 21 Dec 2010 14:19:25 +0000 >This was my first thought when I considered implementing an SQLite-over-IP >protocol: that there was no user model and therefore no need for passwords. >Mounting a >database on the server would mean that anyone who knew your IP >address, port number and database name could access the data. > >So my conclusion was that you would need to implement, in the first case, a >simple user privilege model, nominating which users (or which IP addresses) >could access >which databases.
In SQLiteServer code the user validation could be handled by a callback into the application code that is hosting the SQLiteServer amalgamation code. The application code could leave default of NULL and have no user validation or supply function and provide appropriate user validation. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users