next up previous
Next: additions to users data Up: Database version 1 Previous: Database version 1

users data

Name:
tacpp_v1_usr
user name (username) - string

password (password) - string

open date (dopen) - datatime

close date (dclose) - datatime

authorization group (avpid) - string

access group (accid) - string

resource group (bilid) - string

additional data group (addid) - string

max sessions (maxsess) - integer

This is information for authentication. Store username, password, open/close date and time, several groups membership (access group, authorization group, additional user data group), maximum allowed sessions. If database key not equal word ``none'', than field password crypted. It crypted with use md5 and than stored in base64.

EXAMPLE:

- lets create user ``ppprv'' with password ``test'', authorization group ``ppp-1'', access group ``ppp-acc'', no resource group and maximum 1 session available.

username=ppprv

password=test

avpid=ppp-1

accid=ppp-acc

bilid=

maxsess=1



2005-07-21