tables test

This commit is contained in:
2022-02-19 22:35:36 +01:00
parent 06333c5258
commit 00ecd52a00

View File

@@ -45,8 +45,26 @@ There are basically two major implementations of [[https://datatracker.ietf.org/
It appears that the MIT implementation may have some [[https://web.mit.edu/kerberos/dist/index.html][export restrictions]] due to U.S. regulation. Heimdal implementation (explicitely developed outside the USA, in Sweden) does not suffer such limitations. We will therefore use the "/un-regulated/" implementation.
** We will use the following conventions :
toto =verbatim= or ~code~.
** Naming
We will use the following conventions :
#+CAPTION: This is a table with lines around and between cells
#+ATTR_HTML: :border 2 :rules all :frame border
| 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= | |
#+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