Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
3k views

How do you htdigest 400 user accounts?

How do you generate user accounts for 400 users to do a load testing? Htdigest forces you to type in a password each time, I have tried dos pipes like echo password > htdigest -c realm ...
2
votes
3answers
2k views

htdigest file format

I'm trying to write some code to work with an htdigest password file. The documentation I can find seems to claim that the format of that file is: user:realm:MD5(user:realm:pass) If that is the ...
1
vote
1answer
88 views

best way to have apache signal a php script on invalid htdigest (http authentication) logins?

so, we have a few folders in our source base that are htdigest protected. we would like to log invalid logins via our own custom php handler. i was hoping on doing this via the apache ErrorDocument ...
0
votes
1answer
140 views

Is there a module to manipulate an htdigest password file in Perl?

I operate a small development cluster and repository system for a couple of open-source project groups to use. I run these systems on a volunteer basis. Recently, people have expressed concern at the ...