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

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   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/feeds/atom.xml" rel="self" title="TechOpinionation" type="application/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 type="html">TechOpinionation</title>
    <subtitle type="html">The life of a programmer/system admin</subtitle>
    <icon>http://joshuakugler.com/templates/default/img/s9y_banner_small.png</icon>
    <id>http://joshuakugler.com/</id>
    <updated>2010-08-20T13:46:25Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.1">Serendipity 1.5.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <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" />
        <author>
            <name>Joshua Kugler</name>
                    </author>
    
        <published>2010-08-19T12:30:08Z</published>
        <updated>2010-08-20T13:46:25Z</updated>
        <wfw:comment>http://joshuakugler.com/wfwcomment.php?cid=33</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://joshuakugler.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    
            <category scheme="http://joshuakugler.com/categories/2-System-Admin" label="System Admin" term="System Admin" />
    
        <id>http://joshuakugler.com/archives/33-guid.html</id>
        <title type="html">When localhost isn't localhost: Apache and OpenLDAP</title>
        <content type="xhtml" 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" />
        <author>
            <name>Joshua Kugler</name>
                    </author>
    
        <published>2009-04-30T17:41:37Z</published>
        <updated>2010-05-05T14:38:53Z</updated>
        <wfw:comment>http://joshuakugler.com/wfwcomment.php?cid=18</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://joshuakugler.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    
            <category scheme="http://joshuakugler.com/categories/4-Miscellaneous" label="Miscellaneous" term="Miscellaneous" />
    
        <id>http://joshuakugler.com/archives/18-guid.html</id>
        <title type="html">Looking for work again</title>
        <content type="xhtml" 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>