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: password htdigest in batch
Author
Diammo



Joined: 28 Jul 2008
Posts: 9

PostPosted: Wed 22 May '13 12:49    Post subject: password htdigest in batch Reply with quote

I would to use:
htdigest -c filename.htpasswd Group username
in file batch to insert a set of users with password.
I can use it without having to enter the password from the keyboard?
I tried
echo pass| htdigest -c filename.htpasswd Group username
but it does not work.
Back to top
James Blond
Moderator


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

PostPosted: Thu 27 Jun '13 12:21    Post subject: Reply with quote

There is no chance. htdigest does not use stuff comming from the command line (pipes etc)
Back to top


Reply to topic   Topic: password htdigest in batch View previous topic :: View next topic
Post new topic   Forum Index -> Apache