summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-10-14 07:30:28 +0000
committerivan <ivan>2002-10-14 07:30:28 +0000
commit25887e510e6276e18982406b19ec07d81a72587c (patch)
treee29d95d960c604bed6ab4e7adfc5b988dfa9a80c /FS
parent2164ab67b22c5762389d84e356def0a6e9cfb1fd (diff)
svc-acct-alldomains config file allows selection of accounts from any domain
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 544cbf316..b5864aa4a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -989,6 +989,13 @@ httemplate/docs/config.html
'select_enum' => [ 'Password', 'User-Password' ],
},
+ {
+ 'key' => 'svc_acct-alldomains',
+ 'section' => '',
+ 'description' => 'Allow accounts to select any domain in the database. Normally accounts can only select from the domain set in the service definition and those purchased by the customer.',
+ 'type' => 'bool',
+ },
+
);
1;