Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
3cbf0e80
Commit
3cbf0e80
authored
Jan 06, 2011
by
Quanah Gibson-Mount
Browse files
More for ITS#6780
parent
bc123e1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
3cbf0e80
...
...
@@ -121,9 +121,11 @@ OpenLDAP 2.4.24 Engineering
admin24 guide refint rootdn requirement (ITS#6364)
admin24 add pcache overlay section (ITS#6521)
ldap_open(3) document ldap_set_urllist_proc (ITS#6601)
ldap.conf(5) GNUTls cipher spec info (ITS#6525)
slapd.conf(5) GNUTls cipher spec info (ITS#6525)
slapd-config(5) GNUTls cipher spec info (ITS#6525)
ldap.conf(5) GnuTLS cipher spec info (ITS#6525)
slapd.conf(5) GnlTLS cipher spec info (ITS#6525)
slapd.conf(5) multi-listener support (ITS#6780)
slapd-config(5) GnuTLS cipher spec info (ITS#6525)
slapd-config(5) multi-listener support (ITS#6780)
slapo-pcache(5) note rootdn requirement (ITS#6522)
slapo-refint(5) rootdn requirement (ITS#6364)
...
...
doc/man/man5/slapd-config.5
View file @
3cbf0e80
...
...
@@ -508,6 +508,11 @@ changing these settings will generally require deleting any indices that
depend on these parameters and recreating them with
.BR slapindex (8).
.TP
.B olcListenerThreads: <integer>
Specify the number of threads to use for the connection manager.
The default is 1 and this is typically adequate for up to 16 CPU cores.
The value should be set to a power of 2.
.TP
.B olcLocalSSF: <SSF>
Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,
...
...
doc/man/man5/slapd.conf.5
View file @
3cbf0e80
...
...
@@ -564,6 +564,11 @@ is used, this configuration statement would result in an error,
since no handlers would be associated to the resulting syntax structure.
.RE
.TP
.B listener-threads <integer>
Specify the number of threads to use for the connection manager.
The default is 1 and this is typically adequate for up to 16 CPU cores.
The value should be set to a power of 2.
.TP
.B localSSF <SSF>
Specifies the Security Strength Factor (SSF) to be given local LDAP sessions,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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