tag:www.rhnh.net,2008:/clerk%20simonClerk Simon - Xavier Shay's Blog2007-11-03T10:29:31ZEnkiXavier Shaynotreal@rhnh.nettag:www.rhnh.net,2008:Post/2142007-11-03T10:23:00Z2007-11-03T10:29:31ZIntroducing Clerk Simon<p>Someone sends you an email and you want to add them to your <span class="caps">LDAP</span> address book, but your email client doesn’t support it <strong>cough</strong>thunderbird<strong>cough</strong>. If you think the next best way would be to just forward that email somewhere and have someone else take care of it, then allow me to introduce <a href="http://code.rhnh.net/clerk_simon/README">Clerk Simon</a>. He’s quite attentive when it comes to such matters, and fully certified to boot. Full details at that link, check it out.</p><table class="CodeRay"><tr>
<td class="line_numbers" title="click to toggle" onclick="with (this.firstChild.style) { display = (display == '') ? 'none' : '' }"><pre>1<tt>
</tt>2<tt>
</tt>3<tt>
</tt>4<tt>
</tt></pre></td>
<td class="code"><pre ondblclick="with (this.style) { overflow = (overflow == 'auto' || overflow == '') ? 'visible' : 'auto' }">bzr co http://code.rhnh.net/clerk_simon/<tt>
</tt>cd clerk_simon<tt>
</tt>cp config.sample.yml config.yml # Edit to taste<tt>
</tt>bin/clerk_simon config.yml<tt>
</tt></pre></td>
</tr></table>