Initial application work
This commit is contained in:
21
application/config/auth.php
Normal file
21
application/config/auth.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php defined('SYSPATH') or die('No direct access allowed.');
|
||||
|
||||
/**
|
||||
* OSB authentication configuration
|
||||
*
|
||||
* @package PLA
|
||||
* @category Configuration
|
||||
* @author Deon George
|
||||
* @copyright (c) phpLDAPadmin Development Team
|
||||
* @license http://dev.phpldapadmin.org/license.html
|
||||
*/
|
||||
|
||||
return array(
|
||||
'driver' => 'LDAP',
|
||||
// 'hash_method' => '',
|
||||
'hash_key' => '', // LDAP passwords should be cleartext
|
||||
'lifetime' => 1209600,
|
||||
// 'session_key' => 'auth_user',
|
||||
// 'forced_key' => 'auth_forced',
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user