BEES 2.0

This group is here to discuss all matters pertaining to the BEES upgrade project.

Instructions for assigning a Cert to a user's registered FP

This guidance is from Henry Thorpe.

The server has a new fct,
'dba_cert_add', which is called  with arguments 'search', 'table', and
'feature'.  'table' and 'search'  are used as in dba_select; 'feature'
is the feature field (e.g., FTR_LEFT_2) to create a certificate for and
add to the database (e.g., as FTR_LEFT_2_CRT).

Example usage:

GET /raw?fct=dba_connect&dbms=0
+OK Successfully connected.
GET
/raw?fct=dba_cert_add&table=NS_BIVS_USER&search=rec_id+eq+%225%22&feature=FTR_LEFT_1
+OK Successfully added.
GET /raw?fct=dba_disconnect
+OK Successfully disconnected.

Note that if the feature is blank, or the certificate is already there,
the function doesn't use up a license, and doesn't update the
certificate field for the indicated feature.
Marc Diament Send private email
Friday, March 7, 2008
 
 
Here are the basic commands that can be used more easily.
Just copy and paste these into a text editor.
Change the REC_ID to match your user recordID.
(keep the encoded quotes intact)
Change the finger to match the finger that is registered for that user.
Telnet to the server 67.81.114.228 port 6666 and then paste the first two lines into the server.
Then when the cert assignment confirmation comes back, past the third line.
Then open the db and change the user record from Admin = Yes to Admin=no (if it was an admin account that was meant to be a regular account)

Commands for Server: (no line breaks)
GET /raw?fct=dba_connect&dbms=0
GET /raw?fct=dba_cert_add&table=NS_BIVS_USER&search=rec_id+eq+%2218%22&feature=FTR_LEFT_1
GET /raw?fct=dba_disconnect
Marc Diament Send private email
Friday, March 7, 2008
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz