You are not logged in.

#1 2008-06-08 08:19:36

SilvioTO
Member
From: Turin, Italy
Registered: 2008-06-08
Posts: 25
Website

Gui for manage users easly

Hi all! I come from ubuntu, and use gnome on arch. I need a simple gui to manage/add users and group. Someone help me? Thanks in advance.

Silvio.

Offline

#2 2008-06-08 08:24:07

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: Gui for manage users easly

hm...I don't know of any GUI user management. I'll write a quick bash script to make it easier in the command line and post back sometime tomorrow : )


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#3 2008-06-08 08:38:37

droog
Member
Registered: 2004-11-18
Posts: 877

Re: Gui for manage users easly

stythys there already is a script called adduser

Dont know of any gui ones either. you can try the arch way til you find one.
its pretty easy with "gpasswd -a group user" to add a user to a group and adduser to make a new user and userdel to remove a user.

http://wiki.archlinux.org/index.php/Off … Management
http://wiki.archlinux.org/index.php/Groups

Offline

#4 2008-06-08 10:56:55

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: Gui for manage users easly

There is the gnome-system-tools package from [community].  One of the tools does user and group administration and is also what Ubuntu provides as a default, or did when I was using it.  The functionality of the other tools that come with the package is a bit mixed - I'm not sure how well they understand the Arch way of configuring stuff.  Oh, and do read the comments for the package in AUR, especially the ones about adding gksu/gksudo to the menu entries.

Offline

#5 2008-06-08 10:57:44

SilvioTO
Member
From: Turin, Italy
Registered: 2008-06-08
Posts: 25
Website

Re: Gui for manage users easly

I tryed webmin and user management section is very easy to use. Gnome sistem tools... great! I installed it, but how to use a particular tool (for example user management) and view all tools available? Thanks!

Last edited by SilvioTO (2008-06-08 11:01:40)

Offline

#6 2008-06-08 11:04:29

azleifel
Member
Registered: 2007-10-28
Posts: 486

Re: Gui for manage users easly

SilvioTO wrote:

I tryed webmin and user management section is very easy to use. Gnome sistem tools... great! I installed it, but how to use a particular tool (for example user management) and view all tools available? Thanks!

The gnome system tools all appear as menu entries under System -> Administration.  There are tools for users, network, services, shares and time.  As I wrote before, they don't all work on Arch.

Offline

#7 2008-06-08 11:23:10

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Gui for manage users easly

There's also kuser in kdeadmin package.

Offline

#8 2008-06-08 11:43:12

SilvioTO
Member
From: Turin, Italy
Registered: 2008-06-08
Posts: 25
Website

Re: Gui for manage users easly

Ok, thanks to all... This is a great community. I installed gnome-system-tool too, and playng around.

Offline

#9 2008-06-08 16:55:30

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: Gui for manage users easly

droog wrote:

stythys there already is a script called adduser

Dont know of any gui ones either. you can try the arch way til you find one.
its pretty easy with "gpasswd -a group user" to add a user to a group and adduser to make a new user and userdel to remove a user.

http://wiki.archlinux.org/index.php/Off … Management
http://wiki.archlinux.org/index.php/Groups

aw man...

now to figure out what to do with my day...=P


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#10 2008-06-09 13:33:51

Atticus
Member
Registered: 2007-06-14
Posts: 52

Re: Gui for manage users easly

You may want to look at larch.

ftp://ftp.berlios.de/pub/larch/larch5.3/i686

The program luser is a simple pyGTK program for working with users/groups.  It's pretty light, but it should be useful for adding/editing users and passwords.

Offline

#11 2008-06-09 16:36:42

osc~
Member
From: brazil
Registered: 2007-07-06
Posts: 117
Website

Re: Gui for manage users easly

i would also recommend to check out the wiki for help in adduser and gpasswd.
it in not necessary to do everything through the terminal but i think that it is nice at least to know how things work. after all that is the arch way tongue

cheers

Offline

#12 2009-02-17 16:07:44

vdias
Member
From: Villaverde del Rio
Registered: 2009-01-22
Posts: 34
Website

Re: Gui for manage users easly

Just instaled the gnome-system-tools, but i cannot change nothing in users and groups...

I use "gksudo users-admin" and i cannot change nothing

Offline

#13 2009-02-17 16:13:30

tjwoosta
Member
Registered: 2008-12-18
Posts: 453

Re: Gui for manage users easly

Hi all! I come from ubuntu, and use gnome on arch. I need a simple gui to manage/add users and group. Someone help me? Thanks in advance.

Silvio.

i dont know of any GUI's but adding users is very easy with the terminal

http://wiki.archlinux.org/index.php/User_Management

just run the command adduser as root, it will ask you questions and you answer (very easy)

Offline

#14 2009-02-18 08:57:41

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: Gui for manage users easly

adduser is pretty easy, and I can also manage useradd, gpasswd and so on, but as it's something I don't do very often, I forget the syntax of the latter and always have to read the manpage again. That's why I wrote 'luser' - for those occasional situations where you just quickly want to add/remove a user or add/remove a user to/from a group or whatever - and without the bulk of webmin, etc.. Try it, I'm biased but I find it pretty nifty. Just get the package from ftp://ftp.berlios.de/pub/larch/larch5.3/i686 and install it with pacman -U.

Offline

#15 2009-03-10 08:48:02

Cosmin
Member
Registered: 2008-10-06
Posts: 248

Re: Gui for manage users easly

azleifel wrote:

There is the gnome-system-tools package from [community].  One of the tools does user and group administration and is also what Ubuntu provides as a default, or did when I was using it.  The functionality of the other tools that come with the package is a bit mixed - I'm not sure how well they understand the Arch way of configuring stuff.  Oh, and do read the comments for the package in AUR, especially the ones about adding gksu/gksudo to the menu entries.

Thank you, I wanted gnome-system-tools wink, now I have it.

Offline

Board footer

Powered by FluxBB