After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700857 - add a way to set a hostname
add a way to set a hostname
Status: RESOLVED FIXED
Product: gnome-initial-setup
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Initial Setup maintainer(s)
GNOME Initial Setup maintainer(s)
Depends on: 701045
Blocks:
 
 
Reported: 2013-05-22 19:16 UTC by Matthias Clasen
Modified: 2013-05-27 16:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
account: Ask domain admin for unique hostname if realmd says its bad (15.78 KB, patch)
2013-05-26 13:46 UTC, Stef Walter
committed Details | Review

Description Matthias Clasen 2013-05-22 19:16:16 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
Comment 1 Stef Walter 2013-05-26 13:46:51 UTC
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.
Comment 2 Jasper St. Pierre (not reading bugmail) 2013-05-26 19:18:35 UTC
Review of attachment 245331 [details] [review]:

Looks good.
Comment 3 Stef Walter 2013-05-27 16:30:40 UTC
Attachment 245331 [details] pushed as 7e33d3a - account: Ask domain admin for unique hostname if realmd says its bad