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

Preload authchained config

This commit is contained in:
Gofannon 2018-11-25 13:12:22 +01:00
parent fb981af6d5
commit 1f8f5455df

View file

@ -25,7 +25,11 @@ $conf['plugin']['authldap']['usertree'] = 'ou=users,dc=yunohost,dc=org';
$conf['plugin']['authldap']['userfilter'] = '(&(uid=%{user})(objectClass=posixAccount))';
# no groups
#$conf['plugin']['authldap']['grouptree'] = 'ou=Group, dc=server, dc=tld';
#$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
//$conf['plugin']['authchained']['authtypes'] = 'authldap:authplain';
//
/* Advanced Settings */
$conf['updatecheck'] = 0; //automatically check for new releases?