commit | 961050465e2a54cfabd7a59aff1a805c9b264dd0 | [log] [tgz] |
---|---|---|
author | Krzysztof Piotr Oledzki <ole@ans.pl> | Fri Jan 29 17:50:44 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 31 19:14:07 2010 +0100 |
tree | fd54c47c7f3aaa9c3fb721b1912ac06da484a46e | |
parent | fccbdc8421e195b7f0a94db1797a3a950af10d54 [diff] |
[MINOR] generic auth support with groups and encrypted passwords Add generic authentication & authorization support. Groups are implemented as bitmaps so the count is limited to sizeof(int)*8 == 32. Encrypted passwords are supported with libcrypt and crypt(3), so it is possible to use any method supported by your system. For example modern Linux/glibc instalations support MD5/SHA-256/SHA-512 and of course classic, DES-based encryption.