Updated to work with KH 3.1

This commit is contained in:
Deon George
2011-05-23 20:01:27 +10:00
parent 4765770a1a
commit a244d693b5
28 changed files with 1027 additions and 553 deletions

View File

@@ -4,7 +4,6 @@
* PTA Configuration - Authentication Driver
*
* @package PTA
* @subpackage TSM
* @category Configuration
* @author Deon George
* @copyright (c) 2010 phpTSMadmin Development Team
@@ -12,11 +11,11 @@
*/
return array(
'driver' => 'ORM',
'hash_method' => 'sha1',
'driver' => 'TSM',
'hash_method' => '',
'salt_pattern' => '1, 3, 5, 9, 14, 15, 20, 21, 28, 30',
'lifetime' => 1209600,
'session_key' => 'username',
'session_key' => 'auth_user',
'forced_key' => 'auth_forced',
);
?>