Home
last modified time | relevance | path

Searched refs:backend (Results 76 – 98 of 98) sorted by last modified time

1234

/plugin/authshibboleth/
H A DREADME.md13 …nd you don't want to upgrade, you may use the [Shibboleth authentication backend](https://github.c…
/plugin/authjoomla3/
H A DREADME.md10 …- The first thing to do is to go to the Authentication page and change `Authentication backend` wi…
/plugin/authyubikey/
H A Dauth.php.org6 * Plaintext authentication backend
/plugin/authldaplocal/
H A DREADME.md1 # LDAP+local authentication backend for Dokuwiki
4 This backend can be used if you want to use Dokuwiki together with a corporate LDAP, but you do not…
7backend. And I did file a wishlist bug for inclusion of that patch into Dokuwiki base. This wishli…
9backend is inherited from the LDAP backend. It overwrites most of the functions with simple varian…
12 This authentication backend is published under the GPL V2.
18 …e plugin directory and have a configuration dialog. Configuration of the backend is done through t…
20 Mark 'Use Access Control Lists', select 'authldaplocal' as the authentication backend and configure…
40 The backend will try to authenticate every login against the configured LDAP server. In addition it…
H A DLICENSE1 LDAP+local authentication backend for Dokuwiki
/plugin/freechat/
H A Dsyntax.php121 $params['server_script_path'] = DOKU_INC.'lib/plugins/freechat/backend.php';
122 $params['server_script_url'] = DOKU_URL.'lib/plugins/freechat/backend.php';
/plugin/authucenter/
H A DREADME.md3 DokuWiki plugin providing authentication against a Discuz with UCenter backend
H A Dplugin.info.txt6 desc Provides authentication against a Discuz with Ucenter backend
/plugin/authdrupal7/
H A DREADME.md23 Dokuwiki MySQL authentication backend by
30 DokuDrupal Drupal 7.x/MySQL authentication backend by
37 In configuration backend you have to edit at least the following entries:
/plugin/authloginapi/
H A DREADME.md3 **authloginapi** is a simple authentication backend to login with other credentials (e.g. from a fo…
7 * Configure your Login API backend server (see below).
/plugin/owncloud/
H A Dplugin.info.txt6 desc Use ownCloud as file-backend for DokuWiki
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/fblogin/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses Facebook.
5 To activate this backend, you must go to the configuration plugin page, and select "facebook" as
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jsmath/
H A Dsyntax.php131 $backend_is_jsmath = ($this->getConf('backend') != 'MathJax');
H A Dinstall_js.php8 $backend = $conf['backend']; variable
20 $backend = $conf['plugin']['jsmath']['backend']; variable
30 if ($backend != 'MathJax')
/plugin/jsmath/conf/
H A Ddefault.php11 $conf['backend'] = 'MathJax';
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
H A Dlocal.php.dist15 * database as autentication backend. Have a look into
/plugin/mundart/doku/
H A Dsource.txt71 You can edit some stuff via the backend.
/plugin/shibbolethauth/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses Shibboleth.
5 To activate this backend, you must go to the configuration plugin page, and select "shibboleth" as
/plugin/sympaauth/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses the soap frontend of a…
5 To activate this backend, you must go to the configuration plugin page, and select "sympa" as the a…
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt21 The charset is always set equal to the base backend charset.
28 The charset may be UTF-8 (of the backend supports JSON conversion
29 functions) or the base backend charset. We have to use text/plain
40 The charset is always set equal to the base backend charset. Note
62 passed from the backend to a frontend.
63 - text: other backend data (usually captured STDOUT).
69 ATTENTION! If you want to create your own backend, you should guarantee
71 backend exception. E.g., if your script dies with some error, it should
73 directly. In PHP backend it is done via ob_start() handlers.
81 Frontend passes to backend a list of key=value pairs using GET or POST method.
[all …]

1234