Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/config/config.ini.sample b/config/config.ini.sample
index 1c4cb5c..ce0dbad 100644
--- a/config/config.ini.sample
+++ b/config/config.ini.sample
@@ -1,34 +1,43 @@
; Kolab Free/Busy Service configuration
; require HTTP authentication to access this service
[httpauth]
type = static
username = <user>
password = <pass>
; allow privileged access from these IPs
[trustednetworks]
allow[] = 127.0.0.1
allow[] = 192.168.0.
allow[] = 10.10.
allow[] = ::1
[log]
driver = file
path = ./log
-level = 100 ; Warn
+level = 300 ; Warn
; address directories to resolve email addresses and their f/b source locations
-[directory "ldap-1"]
+
+; try local filesystem first
+[directory "local"]
+type = static
+filter = "@yourdomain"
+fbsource = file:/var/lib/kolab-freebusy/%u.ifb
+
+; local Kolab directory server
+[directory "kolab-ldap"]
type = ldap
-host = ldaps://somehost.tld:389
-bind_dn = "uid=anonymous,o=somehost,o=tld"
-bind_pw = <password>
+host = ldap://localhost:389
+bind_dn = "uid=kolab-service,ou=Special Users,dc=yourdomain,dc=com"
+bind_pw = "<service-bind-pw>"
+base_dn = "dc=yourdomain,dc=com"
filter = "(&(objectClass=kolabInetOrgPerson)(|(uid=%u)(mail=%u)(alias=%u)))"
attributes[] = mail
fbsource = file:/www/kolab-freebusy/data/%mail.ifb
loglevel = 100 ; Debug
[directory "local"]
type = static
fbsource = file:/var/lib/kolab-freebusy/%u.ifb

File Metadata

Mime Type
text/x-diff
Expires
Mon, Feb 2, 10:56 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
426890
Default Alt Text
(1 KB)

Event Timeline