properly generate full-day ical events
[bdrem.git] / data / bdrem.config.php.dist
index 076533f2292e52a11881fee1fd513b4efe3a6d5b..6d259e67c9aa8561cc1bc81370cf545b28778caa 100644 (file)
@@ -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';