diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-05-09 21:42:51 -0700 | 
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-09 21:42:51 -0700 | 
| commit | 0832972047a36d19ffcf7d1462abc48de7045d3d (patch) | |
| tree | 85fa28446b39196b4762f69afb65e2399f007f32 | |
| parent | 56f9dffcd409d2a10e7a2cbe4c15b397f6f3abe1 (diff) | |
NG auth: autocreate records for external users, RT#2156321563
| -rw-r--r-- | FS/FS/Conf.pm | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 869ce1e73..831ffe2a3 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5431,6 +5431,13 @@ and customer address. Include units.',      'select_enum' => [qw( Internal Legacy )],    }, +  { +    'key'         => 'external_auth-access_group-template_user', +    'section'     => 'UI', +    'description' => 'When using an external authentication module, specifies the default access groups for autocreated users, via a template user.', +    'type'        => 'text', +  }, +    { key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },    { key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },    { key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" }, | 
