diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-02-13 20:36:26 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-02-13 20:36:26 +0100 |
| commit | e648829c18cf722782a125891715373356117fb0 (patch) | |
| tree | 0f136d3e16232b99ec9757b0a9576a37d18b3217 /data | |
| parent | fd8a57c746babfc215e0d9be0e13259c3f5e1150 (diff) | |
| download | bdrem-e648829c18cf722782a125891715373356117fb0.tar.gz bdrem-e648829c18cf722782a125891715373356117fb0.zip | |
LDAP source driver
Diffstat (limited to 'data')
| -rw-r--r-- | data/bdrem.config.php.dist | 12 |
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'; |
