From: W. Trevor King Date: Thu, 2 Jun 2011 16:15:00 +0000 (-0400) Subject: Fix links in Kerberos post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a966c099e70ab10c57bb988f77bdbcfbfa72914;p=blog.git Fix links in Kerberos post. --- diff --git a/posts/Kerberos.mdwn b/posts/Kerberos.mdwn index 0bb9471..55ebdbb 100644 --- a/posts/Kerberos.mdwn +++ b/posts/Kerberos.mdwn @@ -22,7 +22,7 @@ Emerge the Kerberos server (`app-crypt/mit-krb5`) and [[PAM]] module: `-openldap` breaks an OpenLDAP <-> Kerberos dependency loop. Setup [[DNS]] to centralize service location management ([krb -manual][NDS]): +manual][DNS]): # emacs /etc/bind/pri/d.net.zone # /etc/init.d/named restart @@ -150,7 +150,8 @@ Setup the NFS server Now we'll setup [[NFSv4|NFS]] using Kerberos authentication. There don't seem to be authoritative docs, but there are a number of good -tutorials ([1][], [2][], [3][], [4][]). +tutorials ([1][nfs-tut1], [2][nfs-tut2], [3][nfs-tut3], +[4][nfs-tut4]). Emerge `nfs-utils` with the `kerberos` USE flag set ([homepage][nfs-utils]). You may also want `app-crypt/kstart`