logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: 3rd party applications for username administration
Author
cpasquini



Joined: 24 Jun 2010
Posts: 2

PostPosted: Thu 24 Jun '10 20:59    Post subject: 3rd party applications for username administration Reply with quote

Hey all,

This my first time posting, so please go easy on me if this has been discussed before.

My question is in regards to apache's basic authorization using AuthDBMUserFile. Does anyone know of 3rd party apps (commercial or freeware) that would administer existing data files created using dbmmanage? I am interested in something that would allow either the existing dbm files to be used directly or to import existing files as is (keeping all of the username's and passwords in tact). Forcing passwords to expire over time and allowing users to update their own password would be even more helpful.

Thanks in advance!

Chris
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Fri 25 Jun '10 9:47    Post subject: Reply with quote

There is a perl script dbmmanage.pl included in apache to manage those files. For details see the docs http://httpd.apache.org/docs/2.2/programs/dbmmanage.html
Back to top
cpasquini



Joined: 24 Jun 2010
Posts: 2

PostPosted: Fri 25 Jun '10 15:53    Post subject: Reply with quote

Thanks for the info, however I am looking for something that is more robust than the perl script, like something that includes a GUI for a non-technical admin to handle.

Our company has an ever-growing list of internal users that are sitting in our dbm files, but we would like more control, such as the ability to set expiration dates for passwords and to possibly allow users to change their own passwords. Building something like this will take time and resources that are not currently available, so a commercial solution is probably best for us.

The closest thing I have found is this - www.HtpasswdGenerator.com

Unfortunately that only works with htpasswd files and I don't think there is anyway to export the dbm files into .htpasswd without corrupting the existing passwords for those users.

Chris
Back to top


Reply to topic   Topic: 3rd party applications for username administration View previous topic :: View next topic
Post new topic   Forum Index -> Apache