mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
New appendix on dependency versions. Could someone look at the table and tell me why I'm getting: './appendix-recommended-versions.sdf warning, block on 16: {{ phrase not terminated'. Everything looks matched to me. New to tables ;-)
This commit is contained in:
parent
fda0f585d6
commit
f33e6f685c
3 changed files with 35 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ sdf-src: \
|
|||
appendix-contrib.sdf \
|
||||
appendix-deployments.sdf \
|
||||
appendix-ldap-result-codes.sdf \
|
||||
appendix-recommended-versions.sdf \
|
||||
appendix-upgrading.sdf \
|
||||
backends.sdf \
|
||||
config.sdf \
|
||||
|
|
|
|||
30
doc/guide/admin/appendix-recommended-versions.sdf
Normal file
30
doc/guide/admin/appendix-recommended-versions.sdf
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# $OpenLDAP$
|
||||
# Copyright 1999-2007 The OpenLDAP Foundation, All Rights Reserved.
|
||||
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
|
||||
|
||||
H1: Recommended OpenLDAP Software Dependency Versions
|
||||
|
||||
This appendix details the recommended versions of the software
|
||||
that OpenLDAP depends on.
|
||||
|
||||
Please read the {{SECT:Prerequisite software}} section for more
|
||||
information on the following software dependencies.
|
||||
|
||||
H2: Version Table
|
||||
|
||||
!block table; align=Center; coltags="N,EX,EX"; title="Table 8.5: OpenLDAP Software Dependency Versions"
|
||||
Feature Software Version
|
||||
{{TERM[expand]TLS}}:
|
||||
{{PRD:OpenSSL}} 0.9.7
|
||||
{{PRD:GnuTLS}} 2.0.1
|
||||
{{TERM[expand]SASL}} {{PRD:Cyrus SASL}} 2.1.22
|
||||
{{TERM[expand]Kerberos}}:
|
||||
{{PRD:Heimdal}} Version
|
||||
{{PRD:MIT Kerberos}} Version
|
||||
Database Software {{ORG[expand]Oracle}} {{PRD:Berkeley DB}} Versions
|
||||
Threads:
|
||||
POSIX {{pthreads}} Version
|
||||
Mach {{CThreads}} Version
|
||||
TCP Wrappers Name Version
|
||||
!endblock
|
||||
|
||||
|
|
@ -96,6 +96,10 @@ PB:
|
|||
!include "appendix-common-errors.sdf"; appendix
|
||||
PB:
|
||||
|
||||
# What versions we recommend
|
||||
!include "appendix-recommended-versions.sdf"; appendix
|
||||
PB:
|
||||
|
||||
# Real Deployments
|
||||
!include "appendix-deployments.sdf"; appendix
|
||||
PB:
|
||||
|
|
|
|||
Loading…
Reference in a new issue