<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed version="0.3" 
   xmlns="http://purl.org/atom/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://joshuakugler.com/rss.php?version=atom0.3" rel="service.feed" title="TechOpinionation" type="application/x.atom+xml" />
    <link href="http://joshuakugler.com/"                        rel="alternate"    title="TechOpinionation" type="text/html" />
    <link href="http://joshuakugler.com/rss.php?version=2.0"     rel="alternate"    title="TechOpinionation" type="application/rss+xml" />
    <title mode="escaped" type="text/html">TechOpinionation</title>
    <tagline mode="escaped" type="text/html">The life of a programmer/system admin</tagline>
    <id>http://joshuakugler.com/</id>
    <modified>2010-08-20T13:46:25Z</modified>
    <generator url="http://www.s9y.org/" version="1.5.1">Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <info mode="xml" type="text/html">
        <div xmlns="http://www.w3.org/1999/xhtml">You are viewing an ATOM formatted XML site feed. Usually this file is inteded to be viewed in an aggregator or syndication software. If you want to know more about ATOM, please visist <a href="http://atomenabled.org/">Atomenabled.org</a></div>
    </info>

    <entry>
        <link href="http://joshuakugler.com/archives/33-When-localhost-isnt-localhost-Apache-and-OpenLDAP.html" rel="alternate" title="When localhost isn't localhost: Apache and OpenLDAP" type="text/html" />
        <author>
            <name>Joshua Kugler</name>
                    </author>
    
        <issued>2010-08-19T12:30:08Z</issued>
        <created>2010-08-19T12:30:08Z</created>
        <modified>2010-08-20T13:46:25Z</modified>
        <wfw:comment>http://joshuakugler.com/wfwcomment.php?cid=33</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://joshuakugler.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=33</wfw:commentRss>
    
        <id>http://joshuakugler.com/archives/33-guid.html</id>
        <title mode="escaped" type="text/html">When localhost isn't localhost: Apache and OpenLDAP</title>
        <content type="application/xhtml+xml" xml:base="http://joshuakugler.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Today I was troubleshooting an issue with Apache and LDAP authentication via the OpenLDAP server.  I had copied an existing configuration to a new system (Debian Etch to Ubuntu 10.04).  Most everything was working (logins via PAM and LDAP, and the like).  However, authentication via Apache's LDAP BasicAuth was not working.<br />
<br />
Error logs were returning errors like "Object not found."  I put OpenLDAP's log level on 256, and started watching the logs.  I still wasn't seeing anything jump out.  With the help of JoBbZ on #openldap, I finally realized that Apache was trying to connect over ipv6.  When it did so, the IP address was ::1, not the 127.0.0.1 to which we had given anonymous search permission.  Adding "peername.ipv6=::1 read" to the appropriate "access" stanza fixed everything right up. 
            </div>
        </content>

        <dc:subject>apache</dc:subject>
<dc:subject>ipv4</dc:subject>
<dc:subject>ipv6</dc:subject>
<dc:subject>ldap</dc:subject>
<dc:subject>localhost</dc:subject>
<dc:subject>openldap</dc:subject>

    </entry>
    <entry>
        <link href="http://joshuakugler.com/archives/18-Looking-for-work-again.html" rel="alternate" title="Looking for work again" type="text/html" />
        <author>
            <name>Joshua Kugler</name>
                    </author>
    
        <issued>2009-04-30T17:41:37Z</issued>
        <created>2009-04-30T17:41:37Z</created>
        <modified>2010-05-05T14:38:53Z</modified>
        <wfw:comment>http://joshuakugler.com/wfwcomment.php?cid=18</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://joshuakugler.com/rss.php?version=atom0.3&amp;type=comments&amp;cid=18</wfw:commentRss>
    
        <id>http://joshuakugler.com/archives/18-guid.html</id>
        <title mode="escaped" type="text/html">Looking for work again</title>
        <content type="application/xhtml+xml" xml:base="http://joshuakugler.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                So, my contract with WordStream has ended, and I am now in the ranks of the unemployed.  If you know of any programming or system administration positions you could point me to, that would be greatly appreciated!<br />
<br />
My resume is linked over on the right side of this page.  Feel free to pass it around. 
            </div>
        </content>

        <dc:subject>jkugler</dc:subject>

    </entry>
</feed>