Hi all, The title already speaks for itself, is WebCalendar's LDAP implementation capable of finding users in more then one OU? The documentation only shows a configuration for one OU and up till now that was sufficient for us (by the way, it works flawless). I found a topic on stackoverflow with an example on how to search AD in multiple OU's but can it be used in WebDCalendar? For example this way: `$ldap_port = '3268'; $ldap_base_dn = (&(sAMAccountName={0})(&((objectCategory=person)(objectclass=user)(mail=*)(!(userAccountControl:1.2.840.113556.1.4.803:=2))(memberOf:1.2.840.113556.1.4.1941:=CN=<some-special-nested-group>,OU=<ou3>,OU=<ou2>,OU=<ou1>,DC=<dc3>,DC=<dc2>,DC=<dc1>))));`...