Skip to content
Snippets Groups Projects
Commit 70e4a085 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixes for authldap

* makes proper use of plugin config
* adds a few first defaults, but the whole config metadata is still
  missing
* proper PHP5 use and comments
parent 32fd494a
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
<?php
$conf['port'] = 389;
$conf['groupkey'] = 'cn';
$conf['userscope'] = 'sub';
$conf['groupscope'] = 'sub';
\ No newline at end of file
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