summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/conf/default.php
blob: 35971d41d07da8d547cc045b37bc0faf105fbe6e (plain)
1
2
3
4
5
6
7
<?php

$conf['port'] = 389;

$conf['groupkey']   = 'cn';
$conf['userscope']  = 'sub';
$conf['groupscope'] = 'sub';