Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
0a9b7077
Commit
0a9b7077
authored
Jul 09, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5554
parent
da782091
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
0a9b7077
...
...
@@ -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)
...
...
doc/guide/admin/appendix-contrib.sdf
View file @
0a9b7077
...
...
@@ -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
...
...
doc/guide/admin/tls.sdf
View file @
0a9b7077
...
...
@@ -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}},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment