> >> 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.
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
* 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,
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
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
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
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
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,
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
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
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
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
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
13 matches
Mail list logo