summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2002-11-28 05:10:33 +0000
committerivan <ivan>2002-11-28 05:10:33 +0000
commit5153f40717ef15e1d41aeb86d29b204e84c81509 (patch)
treecc285d88e5bc05166baa4c0ddbaaca34be377176 /FS
parent69a956aecd4bc89c683e60f9ec3fe0c9e11ea0d7 (diff)
deprecate username_policy
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 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' ],