2015-04-05 | Paul Boddie | raw annotate files changeset graph | Show only recurrences provided by a particular event, not parent events. This is intended to make editing of occurrences more intuitive and less confusing. |
1 server_host = $ldap_host 2 server_port = $ldap_port 3 version = 3 4 search_base = $ldap_base_dn 5 scope = sub 6 7 bind_dn = $ldap_service_bind_dn 8 bind_pw = $ldap_service_password 9 10 query_filter = (&(|(mail=%s)(alias=%s))(objectclass=inetorgperson)) 11 result_attribute = mail 12 result_format = people+%s