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:
parent
cc963615b4
commit
f927f2ab9f
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ $conf['plugin']['authldap']['userfilter'] = '(&(uid=%{user})(objectClass=posixA
|
|||
#$conf['plugin']['authldap']['groupfilter'] = '(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))';
|
||||
|
||||
// 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 */
|
||||
$conf['updatecheck'] = 0; //automatically check for new releases?
|
||||
|
|
Loading…
Add table
Reference in a new issue