tables tests

This commit is contained in:
2022-02-20 00:06:10 +01:00
parent b388b1f46c
commit 654ce9b009

View File

@@ -47,8 +47,7 @@ It appears that the MIT implementation may have some [[https://web.mit.edu/kerbe
** Naming
We will use the following conventions :
#+CAPTION: Table 1: Kerberos hosts naming.
#+ATTR_HTML: :border 1
#+CAPTION: Table 1: Kerberos hosts naming
| Name | Value | Comment |
|-----------------------+--------------+-------------------------------|
| Domain name | =.lan= | Typical hostname: machine.lan |
@@ -57,16 +56,6 @@ We will use the following conventions :
| Kerberos KDC 2 | =kdc2.lan= | |
| Kerberos admin server | =kadmin.lan= | |
#+CAPTION: Table 1: Kerberos hosts naming.
#+CAPTION: This is a table with lines around and between cells
| Name | Value | Comment |
|-----------------------+--------------+-------------------------|
| Domain name | =.lan= | |
| Kerberos realm | =LAN= | |
| Kerberos KDC 1 | =kdc1.lan= | Key Distribution Center |
| Kerberos KDC 2 | =kdc2.lan= | |
| Kerberos admin server | =kadmin.lan= | |
** Server side
For resilience reasons, I will use two kb
** Client side