From: Ivan Kohler Date: Fri, 10 May 2013 04:42:51 +0000 (-0700) Subject: NG auth: autocreate records for external users, RT#21563 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0832972047a36d19ffcf7d1462abc48de7045d3d NG auth: autocreate records for external users, RT#21563 --- 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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },