Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 1 | USE authz; |
Instrumental | c8f8273 | 2018-05-19 14:51:40 -0500 | [diff] [blame] | 2 | // Create Root pass |
3 | INSERT INTO cred (id,ns,type,cred,expires) | ||||
Instrumental | 9c8a8b0 | 2018-07-16 18:41:10 -0500 | [diff] [blame] | 4 | VALUES ('aaf@aaf.osaaf.org','org.osaaf.aaf',1,0xdd82c1882969461de74b46427961ea2c,'2099-12-31') using TTL 14400; |
Instrumental | 71037c3 | 2018-03-26 13:51:48 -0700 | [diff] [blame] | 5 |