NG auth: autocreate records for external users, RT#21563
[freeside.git] / FS / FS / Conf.pm
index 869ce1e..831ffe2 100644 (file)
@@ -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" },