Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 51748 invoked by uid 500); 18 Aug 2003 19:01:02 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 51694 invoked from network); 18 Aug 2003 19:01:01 -0000 Received: from remt29.cluster1.charter.net (209.225.8.39) by daedalus.apache.org with SMTP; 18 Aug 2003 19:01:01 -0000 Received: from [68.186.249.44] (HELO enterprise) by remt29.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 113516438 for users@httpd.apache.org; Mon, 18 Aug 2003 15:01:04 -0400 Message-ID: <04f601c365bb$4f08eaa0$6701a8c0@enterprise> From: "Leif W" To: References: <961762B3A2CED411BA0F0000E866BBF505C9381E@dopey.acbl.net> Date: Mon, 18 Aug 2003 15:02:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] HTTP htdigest or htpasswd usage? ----- Original Message ----- From: "Peters, Michael D." To: "Users@Httpd. Apache. Org (E-mail)" Sent: Monday, August 18, 2003 2:34 PM Subject: [users@httpd] HTTP htdigest or htpasswd usage? > I would like to allow my users to add | delete | modify the password files > made with htpasswd or htdigest. I would like to do this through the browser. > Does anyone have a suggestion on how I can accomplish this? > > Best regards, > > Michael D. Peters This would probably require some program on the server to act as a go-between, and to my knowledge has little or nothing to do with Apache, but I may be wrong on that point. What language are you using (getting off-topic)? If using Perl, there's an Apache::Htpasswd of various Apache::AuthDigest modules available (just looked in CPAN, not sure if this is the right module for you, but it looks like a good place to start). Check out http://www.cpan.org/ for Perl modules. If it's PHP you're using, check out PHP's excellent manual, I'm sure they have features for this as it's a common thing. If it's some other language, I have no further suggestions. Basically you write some program which presents the user with HTML in their browser (i.e.
with input fields and buttons), then submit the form to the program, have some sort of "action" code and carry out the requested action on the password file/database (display user, add new, change existing, delete existing, etc.). Leif --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org