Skip to content

Commit

Permalink
Merge pull request #2716 from mrclschstr/master
Browse files Browse the repository at this point in the history
Adding "recursive_groups" setting for authad-plugin in configuration-manager
  • Loading branch information
splitbrain committed Mar 8, 2019
2 parents 5b67766 + e60ddb3 commit 93b6fcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/authad/conf/default.php
Expand Up @@ -15,3 +15,4 @@
$conf['additional'] = '';
$conf['update_name'] = 0;
$conf['update_mail'] = 0;
$conf['recursive_groups'] = 0;
1 change: 1 addition & 0 deletions lib/plugins/authad/conf/metadata.php
Expand Up @@ -15,3 +15,4 @@
$meta['additional'] = array('string','_caution' => 'danger');
$meta['update_name'] = array('onoff','_caution' => 'danger');
$meta['update_mail'] = array('onoff','_caution' => 'danger');
$meta['recursive_groups'] = array('onoff','_caution' => 'danger');
1 change: 1 addition & 0 deletions lib/plugins/authad/lang/en/settings.php
Expand Up @@ -15,3 +15,4 @@
$lang['additional'] = 'A comma separated list of additional AD attributes to fetch from user data. Used by some plugins.';
$lang['update_name'] = 'Allow users to update their AD display name?';
$lang['update_mail'] = 'Allow users to update their email address?';
$lang['recursive_groups'] = 'Resolve nested groups to their respective members (slower).';

0 comments on commit 93b6fcd

Please sign in to comment.