From 7fdb46429bd76223080d4a341ad870c4d537cb74 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Tue, 16 Aug 2022 20:51:27 +0200 Subject: [PATCH] fix forgotten org-mode syntax --- nfsv4-kerberos-debian.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nfsv4-kerberos-debian.md b/nfsv4-kerberos-debian.md index 7a90730..e92d75b 100644 --- a/nfsv4-kerberos-debian.md +++ b/nfsv4-kerberos-debian.md @@ -59,7 +59,7 @@ It appears that the MIT implementation may have some [export restrictions](https ### Naming We will use the following conventions : -#+CAPTION: Table 1: Local names + | Name | Value | Comment | |:----------------------+:----------------+:--------------------------------| | Kerberos realm | `LAN` | Always capital | @@ -80,7 +80,6 @@ And on client(s), install the following : ``` $ sudo apt-get install krb5-config heimdal-clients - ``` On your desktop, you may also want to install Heimdal [`info`](https://en.wikipedia.org/wiki/Info_(Unix)) documentation with: ```