"pts createuser" should use PR_NewEntry and not PR_INewEntry for two reasons:
firstly, the latter doesn't return the expected new database entry ID, and
secondly, the latter fails with PRPERM when the former works.
Signed-off-by: David Howells <dhowells@redhat.com>