#1 2013-01-26 18:10:26

TommyYommi
Member
Registered: 2013-01-18
Posts: 27

Change Security in TSQLRestServerFullMemory

Hi,

How can I change the User and Password for connect into the server?  I'm using TSQLRestServerFullMemory in Interfaced Based Services, and for all I know
the user table stay in memory, right? How can add and remove users ?

Offline

#2 2013-01-26 23:44:58

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,272
Website

Re: Change Security in TSQLRestServerFullMemory

Security is describe in the documentation (SAD pdf).
You just have to modify the TSQLAuthUser table, e.g. adding new users.
There is a method to hash the password before storage.

If you use a TSQLRestServerFullMemory kind of database, you can persist the table content using either JSON either optimized binary.

Offline

#3 2013-01-26 23:50:47

Junior/RO
Member
Registered: 2011-05-13
Posts: 207

Re: Change Security in TSQLRestServerFullMemory

Good to know, thanks. What is the method name to persist to JSON?

Offline

Board footer

Powered by FluxBB