aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-02-13 20:36:26 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-02-13 20:36:26 +0100
commite648829c18cf722782a125891715373356117fb0 (patch)
tree0f136d3e16232b99ec9757b0a9576a37d18b3217 /data
parentfd8a57c746babfc215e0d9be0e13259c3f5e1150 (diff)
downloadbdrem-e648829c18cf722782a125891715373356117fb0.tar.gz
bdrem-e648829c18cf722782a125891715373356117fb0.zip
LDAP source driver
Diffstat (limited to 'data')
-rw-r--r--data/bdrem.config.php.dist12
1 files changed, 12 insertions, 0 deletions
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';