ansible-base/fenris/default/roles/dokuwiki/templates/conf-plugins.local.php.j2

10 lines
211 B
Text
Raw Normal View History

2023-12-18 08:13:17 +01:00
<?php
$plugins['authad'] = 0;
$plugins['authldap'] = 0;
$plugins['authmysql'] = 0;
$plugins['authpgsql'] = 0;
{% if var_dokuwiki_oauth2_enable %}
$plugins['oauth'] = 1;
$plugins['oauthgeneric'] = 1;
{% endif %}