summaryrefslogtreecommitdiffstats
path: root/auth/flatfile/flatfile-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* auth-plugin: Added a simple flat-file authentication exampleDavid Sommerseth2013-05-291-0/+228
This auth-plugin will authenticate users against a simple text file containing username and password hashes, separated by a '|' (pipe). Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>