posts:kerberos: link to my reverse-DNS trace patch and git clone URL.
authorW. Trevor King <wking@tremily.us>
Thu, 27 Sep 2012 21:12:33 +0000 (17:12 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 27 Sep 2012 21:12:33 +0000 (17:12 -0400)
posts/Kerberos.mdwn

index d88f77fd2552cd6353f9cf8fbae705bd56fccd2a..928be6a5024d95851904035302baf22d9ec68717 100644 (file)
@@ -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