Skip to content
Snippets Groups Projects
Commit 6b519690 authored by Anika Henke's avatar Anika Henke
Browse files

fixed broken default config options (FS#2789)

parent a07e7a4f
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,4 @@ $conf['bindpw'] = '';
$conf['userscope'] = 'sub';
$conf['groupscope'] = 'sub';
$conf['groupkey'] = 'cn';
$conf['debug'] = array('onoff');
\ No newline at end of file
$conf['debug'] = 0;
\ No newline at end of file
......@@ -7,7 +7,7 @@ $conf['password'] = '';
$conf['database'] = '';
$conf['debug'] = 0;
$conf['forwardClearPass'] = 0;
$conf['TablesToLock'] = '';
$conf['TablesToLock'] = array();
$conf['checkPass'] = '';
$conf['getUserInfo'] = '';
$conf['getGroups'] = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment