cleanup and document ITS#4781 commit

This commit is contained in:
Pierangelo Masarati 2006-12-17 22:20:02 +00:00
parent 3e427ad75a
commit ef0261e84c
2 changed files with 8 additions and 1 deletions

View file

@ -456,6 +456,13 @@ connection did.
The \fBtry-\fP prefix instructs the proxy to continue operations
if the StartTLS operation failed; its use is \fBnot\fP recommended.
.TP
.B use-temporary-conn {NO|yes}
when set to
.BR yes ,
create a temporary connection whenever competing with other threads
for a shared one; otherwise, wait until the shared connection is available.
.SH BACKWARD COMPATIBILITY
The LDAP backend has been heavily reworked between releases 2.2 and 2.3,
and subsequently between 2.3 and 2.4.

View file

@ -278,7 +278,7 @@ static ConfigTable ldapcfg[] = {
"SYNTAX OMsDirectoryString "
"SINGLE-VALUE )",
NULL, NULL },
{ "use-temporaries", "TRUE/FALSE", 2, 0, 0,
{ "use-temporary-conn", "TRUE/FALSE", 2, 0, 0,
ARG_MAGIC|ARG_ON_OFF|LDAP_BACK_CFG_USETEMP,
ldap_back_cf_gen, "( OLcfgDbAt:3.22 "
"NAME 'olcDbUseTemporaries' "