cburschka / ejabberd-auth-php

Extendable system of bridging ejabberd with PHP authentication systems.
21 stars 11 forks source link

Add htpasswd authentication #8

Closed cburschka closed 9 years ago

cburschka commented 9 years ago

We can (with some effort) use PHP to verify a hash from an htpasswd-generated file. This would allow ejabberd to directly authenticate against Apache auth files.