• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

LICENSED23-Nov-201717.6 KiB341281

README.mdD23-Nov-2017273 138

auth.phpD23-Nov-20171,016 4124

plugin.info.txtD23-Nov-2017180 76

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