[Answer]-Custom authentication backend for legacy db

1👍

An authdb entry is usually much longer than a password, and needs correspondingly more space for storage.

$<algorithm>$<salt>$<hash>

See Linux’s crypt(3) man page for details.

Leave a comment