GNOME Bugzilla – Bug 719498
On cannot specify the user ID of a new user
Last modified: 2013-12-12 17:51:22 UTC
When creating a new user account using the GUI, it is not possible to specify the user ID. This is highly annoying when you have multiple systems on a home network and wish to make the user IDs match up across systems for NFS/SSHFS etc.
I think it isn't basic task for ordinary users and advanced users can do that simply by commandline or if you can use gui you can try e.g. system-config-users...
Ondrej, Sorry, that isn't good enough. The current install process does not allow one to complete the install without creating a user account. The net result is that one ends up creating a 'thisinstallisapita' account, just to logon and then create the real account and then afterwards having to delete 'thisinstallisapita'. Either one should be allowed to complete the full install process without creating a user account, or the installer needs to allow one to specify this. In reality, it really should do both, but as a minimum one of these issues needs to be fixed. Jes
It's really not gnome-control-center's User Accounts panel's fault that Anaconda doesn't allow to go through without creating a user account. GNOME has a gnome-initial-setup which can create new accounts if none exist.
Bastien, Maybe it isn't gnome-control-center's fault, however as the user installing I am more interested in it correct user experience, rathern than pointing fingers between different packages for who should do what. uid's are a fundamental issue on Linux/UNIX and a gui tool should really allow one to specify the uid as part of the user creation process. Jes
(In reply to comment #4) <snip> > uid's are a fundamental issue on Linux/UNIX and a gui tool should really > allow one to specify the uid as part of the user creation process. If we were building a UNIX system, we'd have stopped when we wrote a terminal emulator. gvfs' SSH implementation doesn't care about UIDs, only NFS does. We don't have any UI to setup or configure NFS. When we do, I'm sure we'll make sure that we allow changing the UID of new users.