tables test
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user