GNOME Bugzilla – Bug 700857
add a way to set a hostname
Last modified: 2013-05-27 16:30:45 UTC
This is required to make some 'Enterprise Login' scenarios work. See https://bugzilla.redhat.com/show_bug.cgi?id=965888 for background. Some details: - adding a manual entry for hostname is a workaround (Stef says we may be able to deal with this in realmd in the long term) - this is only needed for enterprise login, so we may want to put it there (network page is not suitable, since we skip it if there's a network connection) - we should only show the hostname entry if no hostname is set yet, since it should not be changed after the fact for identity-managed machines
Created attachment 245331 [details] [review] account: Ask domain admin for unique hostname if realmd says its bad When realmd tells us the hostname is not accessible put up the admin prompt dialog, and ask for a new host name. This really does fit conceptually in the domain admin prompt, since domain admin can guarantee a unique name for the machine.
Review of attachment 245331 [details] [review]: Looks good.
Attachment 245331 [details] pushed as 7e33d3a - account: Ask domain admin for unique hostname if realmd says its bad