Lines Matching full:plugin

4 - the [authsplit](https://www.dokuwiki.org/plugin:authsplit) extension
5 - the [authldap](https://www.dokuwiki.org/plugin:authldap) extension
21 - the [authsplit](https://www.dokuwiki.org/plugin:authsplit) extension
22 - the [authldap](https://www.dokuwiki.org/plugin:authldap) extension
35 $conf['plugin']['authsplit']['primary_authplugin'] = 'authcas';
36 $conf['plugin']['authsplit']['secondary_authplugin'] = 'authldap';
38 $conf['plugin']['authcas']['handlelogoutrequestTrustedHosts'] = Array("");
39 $conf['plugin']['authcas']['server'] = 'cas.univ.fr';
40 $conf['plugin']['authcas']['port'] = 443;
42 $conf['plugin']['authcas']['rootcas'] = '';
43 $conf['plugin']['authcas']['hostURL'] = 'https://dokuwiki.host.com';
45 $conf['plugin']['authcas']['autologin'] = 1;
46 $conf['plugin']['authcas']['caslogout'] = 1;
48 $conf['plugin']['authcas']['handlelogoutrequest'] = 1;
50 $conf['plugin']['authcas']['forceauthentication'] = 'false';
52 $conf['plugin']['authcas']['logFile']="";
54 $conf['plugin']['authldap']['binddn'] = 'uid=app-user,ou=ldapusers,dc=univ,dc=fr';
55 $conf['plugin']['authldap']['bindpw'] = '***********';
56 $conf['plugin']['authldap']['server'] = 'ldap://ldap.univ.fr:389'; #instead of the above two s…
57 $conf['plugin']['authldap']['usertree'] = 'ou=people,dc=univ,dc=fr';
58 $conf['plugin']['authldap']['grouptree'] = 'ou=groups,dc=univ,dc=fr';
59 $conf['plugin']['authldap']['userfilter'] = '(uid=%{user})';
60 $conf['plugin']['authldap']['groupfilter'] = '(member=uid=%{user},ou=people,dc=univ,dc=fr)';
61 $conf['plugin']['authldap']['version'] = 3;