<div dir="ltr">Hi,<div><br></div><div>I am very new to ldap and I am struggling setting it up for Caldav server.</div><div><br></div><div>I am trying to setup ldap sever to work with Caldav Server. I see mapping in stdconfig.py as below.</div><div><br></div><div>But the mapping does not specify the user password. Would you be able to tell the mapping b/w ldap password attribute and caldav field</div><div><br></div><div>* What is credentials for?</div><div>* Would you be to tell the ldap structure to be created to work with Caldav?</div><div><br></div><div><b>Any help will be greatly appreciated.</b></div><div><br></div><div><table class=""><tbody><tr><td>    &quot;ldap&quot;: {</td></tr><tr><th id="L60"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L60">60</a></th><td>        &quot;recordTypes&quot;: (&quot;users&quot;, &quot;groups&quot;),</td></tr><tr><th id="L61"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L61">61</a></th><td>        &quot;uri&quot;: &quot;ldap://localhost/&quot;,</td></tr><tr><th id="L62"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L62">62</a></th><td>        &quot;credentials&quot;: {</td></tr><tr><th id="L63"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L63">63</a></th><td>            &quot;dn&quot;: None,</td></tr><tr><th id="L64"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L64">64</a></th><td>            &quot;password&quot;: None,</td></tr><tr><th id="L65"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L65">65</a></th><td>        },</td></tr><tr><th id="L66"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L66">66</a></th><td>        &quot;rdnSchema&quot;: {</td></tr><tr><th id="L67"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L67">67</a></th><td>            &quot;base&quot;: &quot;dc=example,dc=com&quot;,</td></tr><tr><th id="L68"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L68">68</a></th><td>            &quot;users&quot;: &quot;cn=users&quot;,</td></tr><tr><th id="L69"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L69">69</a></th><td>            &quot;groups&quot;: &quot;cn=groups&quot;,</td></tr><tr><th id="L70"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L70">70</a></th><td>            &quot;locations&quot;: &quot;cn=locations&quot;,</td></tr><tr><th id="L71"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L71">71</a></th><td>            &quot;resources&quot;: &quot;cn=resources&quot;,</td></tr><tr><th id="L72"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L72">72</a></th><td>            &quot;addresses&quot;: &quot;cn=addresses&quot;,</td></tr><tr><th id="L73"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L73">73</a></th><td>        },</td></tr><tr><th id="L74"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L74">74</a></th><td>        &quot;mapping&quot;: {</td></tr><tr><th id="L75"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L75">75</a></th><td>            &quot;uid&quot;: [&quot;apple-generateduid&quot;, ],</td></tr><tr><th id="L76"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L76">76</a></th><td>            &quot;guid&quot;: [&quot;apple-generateduid&quot;, ],</td></tr><tr><th id="L77"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L77">77</a></th><td>            &quot;shortNames&quot;: [&quot;uid&quot;, ],</td></tr><tr><th id="L78"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L78">78</a></th><td>            &quot;fullNames&quot;: [&quot;cn&quot;, ],</td></tr><tr><th id="L79"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L79">79</a></th><td>            &quot;emailAddresses&quot;: [&quot;mail&quot;, ],</td></tr><tr><th id="L80"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L80">80</a></th><td>            &quot;memberDNs&quot;: [&quot;uniqueMember&quot;, ],</td></tr><tr><th id="L81"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L81">81</a></th><td>            &quot;readWriteProxy&quot;: [&quot;icsContact&quot;, ],</td></tr><tr><th id="L82"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L82">82</a></th><td>            &quot;readOnlyProxy&quot;: [&quot;icsSecondaryOwners&quot;, ],</td></tr><tr><th id="L83"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L83">83</a></th><td>        },</td></tr><tr><th id="L84"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L84">84</a></th><td>        &quot;extraFilters&quot;: {</td></tr><tr><th id="L85"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L85">85</a></th><td>            &quot;users&quot;: &quot;&quot;,</td></tr><tr><th id="L86"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L86">86</a></th><td>            &quot;groups&quot;: &quot;&quot;,</td></tr><tr><th id="L87"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L87">87</a></th><td>            &quot;locations&quot;: &quot;&quot;,</td></tr><tr><th id="L88"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L88">88</a></th><td>            &quot;resources&quot;: &quot;&quot;,</td></tr><tr><th id="L89"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L89">89</a></th><td>            &quot;addresses&quot;: &quot;&quot;,</td></tr><tr><th id="L90"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L90">90</a></th><td>        },</td></tr><tr><th id="L91"><a href="https://trac.calendarserver.org/browser/CalendarServer/trunk/twistedcaldav/stdconfig.py#L91">91</a></th><td>    },</td></tr></tbody></table></div><div><br></div><div>Best Regards,</div><div>Gaurav Jain</div></div>