X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=7a4a719667f3ea4817f1a9b81eab025595a488e2;hp=da6bf72cefc9e135626d0ec997ebf9249dbfff81;hb=b35b650a6078d645d6f97620f3c79ae941915dd9;hpb=c828daa905491e65deb30a2ed34af609cdb96b99 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index da6bf72ce..7a4a71966 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -198,6 +198,13 @@ httemplate/docs/config.html }, { + 'key' => 'apacheip', + 'section' => 'apache', + 'description' => 'The current IP address to assign to new virtual hosts', + 'type' => 'text', + }, + + { 'key' => 'apachemachine', 'section' => 'apache', 'description' => 'A machine with the apacheroot directory and user home directories. The existance of this file enables setup of virtual host directories, and, in conjunction with the `home\' configuration file, symlinks into user home directories.', @@ -261,6 +268,13 @@ httemplate/docs/config.html }, { + 'key' => 'cp_app', + 'section' => 'mail', + 'description' => 'Integration with Critial Path Account Provisioning Protocol, four lines: "host:port", username, password, and workgroup (for new users).', + 'type' => 'textarea', + }, + + { 'key' => 'deletecustomers', 'section' => 'UI', 'description' => 'Enable customer deletions. Be very careful! Deleting a customer will remove all traces that this customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customers\' packages if they cancel service.', @@ -704,9 +718,10 @@ httemplate/docs/config.html { 'key' => 'username_policy', 'section' => '', - 'description' => 'This file controls the mechanism for preventing duplicate usernames in passwd/radius files exported from svc_accts. This should be one of \'prepend domsvc\' \'append domsvc\' or \'append domain\'', -# 'type' => 'select', - 'type' => 'text', + 'description' => 'This file controls the mechanism for preventing duplicate usernames in passwd/radius files exported from svc_accts. This should be one of \'prepend domsvc\' \'append domsvc\' \'append domain\' or \'append @domain\'', + 'type' => 'select', + 'select_enum' => [ 'prepend domsvc', 'append domsvc', 'append domain', 'append @domain' ], + #'type' => 'text', }, { @@ -717,12 +732,33 @@ httemplate/docs/config.html }, { + 'key' => 'vpopmailrestart', + 'section' => 'mail', + 'description' => 'If defined, the command which is run on vpopmail machines after files are copied. An example can be found in eg/vpopmailrestart of the source distribution.', + 'type' => 'text', + }, + + { 'key' => 'safe-part_pkg', 'section' => 'UI', 'description' => 'Validates package definition setup and recur expressions against a preset list. Useful for webdemos, annoying to powerusers.', 'type' => 'checkbox', }, + { + 'key' => 'show_ss', + 'section' => 'UI', + 'description' => 'Turns on display/collection of SS# in the web interface.', + 'type' => 'checkbox', + }, + + { + 'key' => 'agent_defaultpkg', + 'section' => 'UI', + 'description' => 'Setting this option will cause new packages to be available to all agent types by default.', + 'type' => 'checkbox', + }, + ); 1;