From: Quanah Gibson-Mount Date: Wed, 9 Jul 2008 02:40:40 +0000 (+0000) Subject: ITS#5554 X-Git-Tag: OPENLDAP_REL_ENG_2_4_11~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0a9b7077a4efb82b9af9298f7cd184395500e5fc;p=openldap ITS#5554 --- diff --git a/CHANGES b/CHANGES index 8cb9a7377c..01cfdb45ba 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,7 @@ OpenLDAP 2.4.11 Engineering Fixed test048 to skip if threads is not available (ITS#5529) Documentation Added slapo-pcache(5) sizelimit caching (ITS#5559) + admin24 GnuTLS documentation (ITS#5554) OpenLDAP 2.4.10 Release (2008/06/08) Fixed libldap file descriptor leak with SELinux (ITS#5507) diff --git a/doc/guide/admin/appendix-contrib.sdf b/doc/guide/admin/appendix-contrib.sdf index ddb33077bd..8b847023cd 100644 --- a/doc/guide/admin/appendix-contrib.sdf +++ b/doc/guide/admin/appendix-contrib.sdf @@ -50,7 +50,7 @@ Component Matching rules (RFC 3687). H3: denyop -Deny selected operations, returning {unwillingToPerform}. +Deny selected operations, returning {{unwillingToPerform}}. H3: dsaschema @@ -86,7 +86,7 @@ Proxy Authorization compatibility with obsolete internet-draft. H3: smbk5pwd Make the PasswordModify Extended Operation update Kerberos -keys and Samba password hashes as well as {userPassword}. +keys and Samba password hashes as well as {{userPassword}}. H3: trace @@ -96,7 +96,7 @@ Trace overlay invocation. H3: usn -Maintain {usnCreated} and {usnChanged} attrs similar to Microsoft AD. +Maintain {{usnCreated}} and {{usnChanged}} attrs similar to Microsoft AD. H2: Tools diff --git a/doc/guide/admin/tls.sdf b/doc/guide/admin/tls.sdf index 8098055417..a3b97f4fe9 100644 --- a/doc/guide/admin/tls.sdf +++ b/doc/guide/admin/tls.sdf @@ -113,6 +113,11 @@ specification for OpenSSL. You can use the command > openssl ciphers -v ALL to obtain a verbose list of available cipher specifications. + +To obtain the list of ciphers in GNUtls use: + +> gnutls-cli -l + Besides the individual cipher names, the specifiers {{EX:HIGH}}, {{EX:MEDIUM}}, {{EX:LOW}}, {{EX:EXPORT}}, and {{EX:EXPORT40}} may be helpful, along with {{EX:TLSv1}}, {{EX:SSLv3}},