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?
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?