Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
LICENSE | H A D | 23-Nov-2017 | 17.6 KiB | 341 | 281 | |
README.md | H A D | 23-Nov-2017 | 273 | 13 | 8 | |
auth.php | H A D | 23-Nov-2017 | 1,016 | 41 | 24 | |
plugin.info.txt | H A D | 23-Nov-2017 | 180 | 7 | 6 |
README.md
1dokuwiki-authlemonldap 2====================== 3 4Dokuwiki Plugin for LemonLDAP::NG, with support for groups 5 6Create the following mapping for headers in LemonLDAP::NG: 7 8 * Auth-User => $uid 9 * Auth-Cn => $cn 10 * Auth-Mail => $mail 11 * Auth-Groups => encode_base64($groups,"") 12 13