diff options
| author | ivan <ivan> | 2002-02-12 02:11:07 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-02-12 02:11:07 +0000 | 
| commit | ae23f6fe1ca915c995cfbf29bb39e7ed5e1cce2c (patch) | |
| tree | 8c01bf01f5a214ae1bff6440e31c8c177a781e8a /FS | |
| parent | a2c24812441a8f8ae3045a8c0c93c7f009d4f494 (diff) | |
add username_policy "@append domain"
add "select" config type, mmm
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3a4f5b9de..5de25510c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -711,9 +711,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',    },    {  | 
