You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by bruce <be...@earthlink.net> on 2004/09/22 14:12:22 UTC

perl mod/app for modifying apache/svn user access/auth ini files

hi...

i'm researching perl mods for automatically editing/modifying the apache
.htpasswd/ini user config files...

i'm going to need some form of web app to automatically provide a user with
access. this is going to require that i allow the user to sign up, and have
his/her information automatically added/removed from the htpasswd access
file.

in a similar manner, i'm going to need a way of modifying/editing/removing
dirs/users from the svn user auth file for the given dir/user...

this kind of process will (hopefully) provide an automated way of granting
access to users on a repository/directory basis...

i'm currently doing the usual google/cpan/etc... search.

any thoughts/opinions/comments on any mods that you've seen/used that can be
used to modify the config files....

thanks

-bruce



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: perl mod/app for modifying apache/svn user access/auth ini files

Posted by Michael W Thelen <th...@cs.utah.edu>.
bruce wrote:
> i'm researching perl mods for automatically editing/modifying the apache
> .htpasswd/ini user config files...
> 
> i'm going to need some form of web app to automatically provide a user with
> access. this is going to require that i allow the user to sign up, and have
> his/her information automatically added/removed from the htpasswd access
> file.

I haven't used this myself, but Lincoln Stein's user_manage program may 
do what you need:

http://stein.cshl.org/~lstein/user_manage

-- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org