[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: htpasswd

From: Derek J. Balling <dredd_at_megacity.org>
Date: 2003-05-14 19:03:52 CEST

On Wednesday, May 14, 2003, at 12:58 PM, Paul L Lussier wrote:

> In a message dated: Wed, 14 May 2003 17:32:03 +0200
> Robert said:
>
>> Hi.
>> I can create and alter password entries for users.
>> But how can I remove a user completely from the password file???
>
> perl -i -pe 's/^<username>.*\n//g' htpasswd

Errrr. no.

bob:xxxxxxxxxx
bobsmith:xxxxxxxxxx

perl -i -pe 's/^bob.*\n//g' htpasswd

would not at all do what you want.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 14 19:05:59 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.