Currently the default admin user name is the same as admin UID. So if the admin UID is "caadmin" the admin name will be "caadmin" too. The user name should be a proper name, not a UID. It would be better to hardcode a default proper name for the admin user, e.g. Administrator.
See default.cfg:
pki_admin_uid=caadmin pki_admin_name=%(pki_admin_uid)s pki_admin_email=%(pki_admin_name)s@%(pki_dns_domainname)s
It should be changed to:
pki_admin_uid=caadmin pki_admin_name=Administrator pki_admin_email=%(pki_admin_uid)s@%(pki_dns_domainname)s
Per discussions, targeted 10.2 Backlog
In the install wizard the default name for TPS admin is "TPS Administrator for instance pki-tomcat". Ideally the default name should be consistent in install wizard and pkispawn on all subsystems.
[06/04/2014] - Moving to Milestone 10.3 due to schedule restrictions.
Metadata Update from @edewata: - Issue set to the milestone: UNTRIAGED
Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.
This issue has been cloned to GitHub and is available here: https://github.com/dogtagpki/pki/issues/1530
If you want to receive further updates on the issue, please navigate to the GitHub issue and click on Subscribe button.
Subscribe
Thank you for understanding, and we apologize for any inconvenience.
Metadata Update from @dmoluguw: - Issue close_status updated to: migrated - Issue status updated to: Closed (was: Open)