1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

Overload default config for peace of mind

Add this setting even if not use by default. Only usefull with "internal_users" script.
Harmless and makes the maintenance easier
This commit is contained in:
Gofannon 2019-05-12 15:56:34 +02:00
parent cc963615b4
commit f927f2ab9f

View file

@ -28,8 +28,7 @@ $conf['plugin']['authldap']['userfilter'] = '(&(uid=%{user})(objectClass=posixA
#$conf['plugin']['authldap']['groupfilter'] = '(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))'; #$conf['plugin']['authldap']['groupfilter'] = '(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))';
// Authchained plugin preload configuration. Can be used by 'internal_users' action script // Authchained plugin preload configuration. Can be used by 'internal_users' action script
//$conf['plugin']['authchained']['authtypes'] = 'authldap:authplain'; $conf['plugin']['authchained']['authtypes'] = 'authldap:authplain';
//
/* Advanced Settings */ /* Advanced Settings */
$conf['updatecheck'] = 0; //automatically check for new releases? $conf['updatecheck'] = 0; //automatically check for new releases?