From 5153f40717ef15e1d41aeb86d29b204e84c81509 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 28 Nov 2002 05:10:33 +0000 Subject: [PATCH] deprecate username_policy --- FS/FS/Conf.pm | 2 +- httemplate/docs/upgrade8.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e76ea3873..6de311596 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -801,7 +801,7 @@ httemplate/docs/config.html { 'key' => 'username_policy', - 'section' => '', + 'section' => 'deprecated', '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' ], diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index 0210430ef..cf60a8582 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -369,7 +369,7 @@ ALTER TABLE cust_refund DROP COLUMN crednum;
  • IMPORTANT: After running bin/create-history-tables, run bin/dbdef-create username again.
  • As the freeside UNIX user, run bin/populate-msgcat username to populate the message catalog -
  • set the user_policy configuration value as appropriate for your site. +
  • set the locale configuration value to en_US.
  • the mxmachines, nsmachines, arecords and cnamerecords configuration values have been deprecated. Set the defaultrecords configuration value instead.
  • Create the `/usr/local/etc/freeside/cache.datasrc' directory -- 2.11.0