Re: Script to change .htaccess password?

hickey@ctron.com
Tue, 2 Jan 1996 16:25:33 -0500 (EST)


> 
> > From: dougm@osf.org (Doug MacEachern)
> > 
> > >> From: dougm@osf.org (Doug MacEachern)
> > >> 
> > >> I have written a little set of modules that can do this sort of thing.
> > >>  If there is enough interest, I'd be willing to clean them up and
> > >> release them. There's the HTTP::Admin base class, with Text, DBM, and
> > >> SQL sub classes.  It looks something like this:
> > >> 

I too have a set of perl objects for working with password and group
files. I use it for administering our WWW site, and within scripts that
allow users to create their own accounts. 

> > >
> > >Perhaps HTTPD (for daemon) would be better so long as the code is
> > >independent of the type of the server. If the code will only work for a
> > >certain type of server, such as NCSA, and you have no plans to support
> > >others then it should be named after that server.
> > 
> > Yes, I agree, HTTPD is better category.  I thought about using it before,
> > but I wasn't sure about introducing a new category.  The code currently
> > works with NCSA and Apache, I haven't tested it with any other servers. I
> > would like to support as many servers as possible, but let's say it works
> > with a handfull of the dozens servers out there, what would be an
> > appropriate naming scheme?
> 
> Umm, how about a module called
> 
>      HTTPD::UserAdmin
> 
> with subclasses as needed?
> 

I orignally put my modules under WWW::User and WWW::Group (somewhat to 
follow with RobotRules.pm--since it is web specific). I have just never
found enough time to clean up the code and see about getting it put
in the CPAN archives. 

I think it would be good for all of us that have working modules to get
together and look at what each other has done, and build a superset 
module.
--

Gerard Hickey, hickey@ctron.com, +1 603 337 7391/+1 603 337 7784 (fax)
Cabletron Systems, 36 Industrial Way, Rochester, NH   03867
======================================================================
Cabletron Systems Webmaster (webmaster@ctron.com)
http://www.ctron.com/~hickey/