I would like to import the usernames and passwords in the svn/conf/passwd file into apache's htpasswd format. Is there any utility that can help me?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
migrated from stackoverflow.com Jun 3 '11 at 11:29
|
I don't know of a direct utility, but you can probably rig one up with sed and htpasswd, e.g.
to build a script that'll hopefully generate the file for you. Untested, sorry - don't have apache to hand. You'll need to create the password file first. |
|||
|