From b249b6d799647050468ead9cfcbd1e5ebbb026cc Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 29 Dec 2009 00:33:11 +0000 Subject: [PATCH] RT#6358 --- FS/FS/Conf.pm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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', -- 2.11.0