From: W. Trevor King Date: Thu, 27 Sep 2012 21:12:33 +0000 (-0400) Subject: posts:kerberos: link to my reverse-DNS trace patch and git clone URL. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34107e8864fb9a74268ad0657864077f3283bdd1;p=blog.git posts:kerberos: link to my reverse-DNS trace patch and git clone URL. --- diff --git a/posts/Kerberos.mdwn b/posts/Kerberos.mdwn index d88f77f..928be6a 100644 --- a/posts/Kerberos.mdwn +++ b/posts/Kerberos.mdwn @@ -321,12 +321,15 @@ If you're using [[MPD]] on an NFS-mounted music repository, you might be interested in my [[kinit-mpd.sh]] script for granting the `mpd` user access to the NFS-mounted music as the `nobody` principal. -For debugging, check out the [KRB5_TRACE][] environment variable. +For debugging, check out the [KRB5_TRACE][] environment variable. I +sent some patches [upstream][7151] to integrate reverse DNS debugging +into the `KRB5_TRACE` framework. The patches will go live with the +next major krb5 release after the 1.10 series. If you end up compiling from source, you can run the [unit tests][test] and [check coverage][gcov] with something like: - $ git clone + $ git clone git://github.com/krb5/krb5.git $ cd krb5/src $ util/reconf $ mkdir ../build @@ -367,6 +370,7 @@ files. [ssh]: http://docstore.mik.ua/orelly/networking_2ndEd/ssh/ch11_04.htm [apps]: http://web.mit.edu/kerberos/krb5-1.9/krb5-1.9.1/doc/krb5-user.html#Kerberos%20V5%20Applications [KRB5_TRACE]: http://web.mit.edu/kerberos/krb5-current/doc/krb_admins/env_variables.html +[7151]: http://krbdev.mit.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=7151 [test]: http://web.mit.edu/kerberos/krb5-current/doc/krb_build/doing_build.html#testing-the-build [gcov]: http://web.mit.edu/kerberos/krb5-current/doc/krb_build/test_cov.html [VPATH]: http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Make-Target-Lookup.html