summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2009-12-29 00:33:11 +0000
committermark <mark>2009-12-29 00:33:11 +0000
commitb249b6d799647050468ead9cfcbd1e5ebbb026cc (patch)
treef0d2a81a4f20525cb3b54e5893fa8d996aa46050
parent265ed9bdb9d330a13d0ba8d298380ba143a2d2bb (diff)
RT#6358
-rw-r--r--FS/FS/Conf.pm17
1 files changed, 17 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index ac9bbf018..a64883572 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1171,6 +1171,23 @@ worry that config_items is freeside-specific and icky.
},
{
+ 'key' => 'default-password-encoding',
+ 'section' => 'password',
+ 'description' => 'Default storage format for passwords',
+ 'type' => 'select',
+ 'select_hash' => [
+ 'plain' => 'Plain text',
+ 'crypt-des' => 'Unix password (DES encrypted)',
+ 'crypt-md5' => 'Unix password (MD5 digest)',
+ 'ldap-plain' => 'LDAP (plain text)',
+ 'ldap-crypt' => 'LDAP (DES encrypted)',
+ 'ldap-md5' => 'LDAP (MD5 digest)',
+ 'ldap-sha1' => 'LDAP (SHA1 digest)',
+ 'legacy' => 'Legacy mode',
+ ],
+ },
+
+ {
'key' => 'referraldefault',
'section' => 'UI',
'description' => 'Default referral, specified by refnum',