Re: remove users from group

2010-12-25 Thread Miod Vallat
> >> You're all wrong. We obviously need XML user databases. > > > > go play with phk, only JSON is web scale. > > Talk YAML to me, baby. Over ASN.1, of course.

Re: remove users from group

2010-12-25 Thread Bret Lambert
On Fri, Dec 24, 2010 at 1:56 PM, Henning Brauer wrote: > * Bret Lambert [2010-12-13 10:32]: >> You're all wrong. We obviously need XML user databases. > > go play with phk, only JSON is web scale. Talk YAML to me, baby. > > -- > Henning Brauer, h...@bsws.de, henn...@openbsd.org > BS Web Service

Re: remove users from group

2010-12-24 Thread Henning Brauer
* Bret Lambert [2010-12-13 10:32]: > You're all wrong. We obviously need XML user databases. go play with phk, only JSON is web scale. -- Henning Brauer, h...@bsws.de, henn...@openbsd.org BS Web Services, http://bsws.de Full-Service ISP - Secure Hosting, Mail and DNS Services Dedicated Servers,

Re: remove users from group

2010-12-13 Thread Francesco Vollero
Il 13/12/10 10.23, Bret Lambert ha scritto: On Mon, Dec 13, 2010 at 10:14 AM, MERIGHI Marcus wrote: h...@stare.cz (Jan Stary), 2010.12.13 (Mon) 09:15 (CET): On Dec 13 12:01:58, OpenBSD Geek wrote: I have 100 users in groups : clients, and ftp_group How can i remove these 100 users from ftp_gro

Re: remove users from group

2010-12-13 Thread Bret Lambert
On Mon, Dec 13, 2010 at 10:14 AM, MERIGHI Marcus wrote: > h...@stare.cz (Jan Stary), 2010.12.13 (Mon) 09:15 (CET): >> On Dec 13 12:01:58, OpenBSD Geek wrote: >> > I have 100 users in groups : clients, and ftp_group >> > How can i remove these 100 users from ftp_group ? >> > I have already try user

Re: remove users from group

2010-12-13 Thread MERIGHI Marcus
h...@stare.cz (Jan Stary), 2010.12.13 (Mon) 09:15 (CET): > On Dec 13 12:01:58, OpenBSD Geek wrote: > > I have 100 users in groups : clients, and ftp_group > > How can i remove these 100 users from ftp_group ? > > I have already try usermod, but it only add users to group, not remove. > > Is there a

Re: remove users from group

2010-12-13 Thread patric conant
You may also try copying over a valid groups file from a different machine. On Mon, Dec 13, 2010 at 2:15 AM, Jan Stary wrote: > On Dec 13 12:01:58, OpenBSD Geek wrote: > > I have 100 users in groups : clients, and ftp_group > > How can i remove these 100 users from ftp_group ? > > I have already

Re: remove users from group

2010-12-13 Thread Rob Pickering
On 13/12/2010 08:15, Jan Stary wrote: On Dec 13 12:01:58, OpenBSD Geek wrote: I have 100 users in groups : clients, and ftp_group How can i remove these 100 users from ftp_group ? I have already try usermod, but it only add users to group, not remove. Is there a way to achieve my task ? Sadly,

Re: remove users from group

2010-12-13 Thread Jan Stary
On Dec 13 12:01:58, OpenBSD Geek wrote: > I have 100 users in groups : clients, and ftp_group > How can i remove these 100 users from ftp_group ? > I have already try usermod, but it only add users to group, not remove. > Is there a way to achieve my task ? Sadly, no. These users will be members o

remove users from group

2010-12-13 Thread OpenBSD Geek
Hi, I have 100 users in groups : clients, and ftp_group How can i remove these 100 users from ftp_group ? I have already try usermod, but it only add users to group, not remove. Is there a way to achieve my task ? Thanks

Re: remove users from group

2010-12-12 Thread S Mathias
12/12/10, Joachim Schipper wrote: From: Joachim Schipper Subject: Re: remove users from group To: misc@openbsd.org Date: Sunday, December 12, 2010, 1:22 PM On Sun, Dec 12, 2010 at 03:44:18PM +0400, OpenBSD Geek wrote: > To remove users from example group "users", i usually do it by editin

Re: remove users from group

2010-12-12 Thread Joachim Schipper
On Sun, Dec 12, 2010 at 03:44:18PM +0400, OpenBSD Geek wrote: > To remove users from example group "users", i usually do it by editing the > file /etc/group, and remove it manually. > Is there a way from command line to remove some users from a specific > group ? > > I want to do a script like tha

remove users from group

2010-12-12 Thread OpenBSD Geek
To remove users from example group "users", i usually do it by editing the file /etc/group, and remove it manually. Is there a way from command line to remove some users from a specific group ? I want to do a script like that : list="1 2 3 4 5 6" for i in $list do usermod -G wheel, staff username