update readme
[auerswald-compact-ldap.git] / config.php.dist
1 <?php
2 $ldapcfg = array(
3     'host'      => 'FIXME.example.org',
4     'basedn'    => 'ou=adressbuch,dc=FIXME,dc=de',
5     /* optional when anonymous login is allowed */
6     'binddn'    => 'cn=FIXME,ou=users,dc=example,dc=org',
7     'bindpw'    => 'password',
8 );
9
10 ?>