Re: remove users from group

2010-12-25 Thread Bret Lambert
On Fri, Dec 24, 2010 at 1:56 PM, Henning Brauer lists-open...@bsws.de wrote: * Bret Lambert bret.lamb...@gmail.com [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,

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-24 Thread Henning Brauer
* Bret Lambert bret.lamb...@gmail.com [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

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-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 of

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 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 h...@stare.cz 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

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 way to

Re: remove users from group

2010-12-13 Thread Bret Lambert
On Mon, Dec 13, 2010 at 10:14 AM, MERIGHI Marcus mcmer-open...@tor.at 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

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 Marcusmcmer-open...@tor.at 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

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$i

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 that :

Re: remove users from group

2010-12-12 Thread S Mathias
wrote: From: Joachim Schipper joac...@joachimschipper.nl 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 editing the file