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:
parent
a40ae18d86
commit
3a8b257c40
1 changed files with 5 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue