X-Git-Url: https://git.cweiske.de/bdrem.git/blobdiff_plain/fd8a57c746babfc215e0d9be0e13259c3f5e1150..e648829c18cf722782a125891715373356117fb0:/data/bdrem.config.php.dist diff --git a/data/bdrem.config.php.dist b/data/bdrem.config.php.dist index 076533f..6d259e6 100644 --- a/data/bdrem.config.php.dist +++ b/data/bdrem.config.php.dist @@ -23,6 +23,18 @@ $source = array( ) ); +//Source: LDAP +$source = array( + 'Ldap', + array( + 'host' => 'ldap.example.org', + 'basedn' => 'ou=adressbuch,dc=example,dc=org', + 'binddn' => 'cn=FIXME,ou=users,dc=example,dc=org', + 'bindpw' => 'FIXME' + ) +); + + $daysPrev = 3; $daysNext = 14; $locale = 'de_DE.UTF-8';