1
edit
Changes
no edit summary
SSL Certificate authentication: there is no need for either a password or a Kerberos principal, so this will suffice:
koji=> insert into users (name, status, usertype) values ('admin-user-name', 0, 0);
Give yourself admin permissions
you can get the ID of the new user by running the query: <pre> koji=> select * from users;
== Project Plan ==