PDA

View Full Version : Server Admin in SQLite Database


ryan_w
07-03-2008, 17:52
I am writing a php application to create the ts_client table in the server.dbs from a membership database associated with a website.

I am trying to figure out the proper settings in the database to set a user as a Server Admin on login. From what I can see from the default users, and users I create in the web interface, this requires the b_client_privilege_serveradmin to be set to -1. When I create the user table with my php code, setting this value to -1 for a user does not seem to allow them to gain SA on login.

What am I missing?

maggy
09-03-2008, 20:28
Was the user you tested this on in the server when you tried this?
Did they try relogging?
Do changes take effect when restarting the server?