git.cweiske.de
/
ldaptomb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add files
[ldaptomb.git]
/
config.php.dist
1
<?php
2
$GLOBALS['ldaptombConfig'] = array(
3
'ldap' => array(
4
'host' => 'FIXME',
5
'binddn' => 'cn=FIXME,ou=users,dc=example,dc=org',
6
'bindpw' => 'FIXME',
7
'basedn' => 'ou=adressbuch,dc=example,dc=org',
8
),
9
'mediatomb' => array(
10
'host' => 'FIXME',
11
'port' => 49152,
12
'user' => 'FIXME',
13
'pass' => 'FIXME',
14
15
'addressdir' => 'Adresses',
16
'mimetype' => 'audio/x-satellite-mpeg2'
17
),
18
);
19
?>