Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with OpenID Sign In with Google

Sign In Apply for Membership

xoda .htpassword (apache password file) import
  • horizonfov August 2011
    Hello,
    I've made a patch that includes the ability to import the users from an htpasswd file into the xoda user database.

    I've extended the password check to include APR1_MD5, crypt, shadow, and SHA password digests generated by htpasswd
    This patch adds a tab to the settings layer with a simple textarea which you can paste the contents of your .htpasswd file into and submit.

    It will omit the inclusion of entries with unknown digests and report which entries failed to import.

    the password update feature was updated to include checking non md5 passwords (any updated passwords will be written in the usual md5 format)
    Here is a link to the patch file
    It can be applied to the 0.3.1 code with the following shell command
    #  patch -p1 < xoda-0.3.1-htaccess.patch

    This work was sponsored by my employer Physi-cal Enterprises http://mioglobal.com

    Any questions or suggestions I'll check up on the forums here.

    I'd love this feature to be included in future versions of xoda.

    Thanks for making cool and simple software.
    Matthew Dalton

  • betso August 2011
    I am out for some weeks and will take a look at it as soon as I return to normal life.
    Thank you so much for this, Matthew! :)