File: conf.php.dist

package info (click to toggle)
php-horde-ldap 2.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 456 kB
  • ctags: 897
  • sloc: php: 3,771; xml: 481; sh: 3; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$conf = array(
    'server' => array(
        'hostspec' => 'localhost',
        'port'     => 389,
        'basedn'   => 'ou=hordetest,dc=example,dc=com',
        'binddn'  => 'cn=admin,dc=example,dc=com',
        'bindpw'  => 'secret'),
    'capability' => array(
        'anonymous' => true,
        'tls'       => true),
);