diff options
author | ivan <ivan> | 2002-10-14 07:30:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-14 07:30:30 +0000 |
commit | ab6a6774557598dc7cdfc57c941a4bf48f3bb64a (patch) | |
tree | e33432509aa8b3bb2478f51a6905d20a3d7224d6 /FS | |
parent | 7bb23c47594c1111aecb5fe8fdb2042e509cca86 (diff) |
svc-acct-alldomains config file allows selection of accounts from any domain
Diffstat (limited to 'FS')
-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 204d26af3..c4d1a39d2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -975,6 +975,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; |