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