mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
revert previous commit; disable RESTART from ldap.conf
This commit is contained in:
parent
10e84d7192
commit
72e586ba36
@ -169,9 +169,10 @@ The default is on.
|
||||
Note that the command line tools
|
||||
.BR ldapsearch (1)
|
||||
&co always override this option.
|
||||
.TP
|
||||
.B RESTART <on/true/yes/off/false/no>
|
||||
Determines whether the library should implicitly restart connections (FIXME).
|
||||
.\" This should only be allowed via ldap_set_option(3)
|
||||
.\".TP
|
||||
.\".B RESTART <on/true/yes/off/false/no>
|
||||
.\"Determines whether the library should implicitly restart connections (FIXME).
|
||||
.TP
|
||||
.B SIZELIMIT <integer>
|
||||
Specifies a size limit to use when performing searches. The
|
||||
|
@ -85,7 +85,10 @@ static const struct ol_attribute {
|
||||
{0, ATTR_OPTION, "HOST", NULL, LDAP_OPT_HOST_NAME}, /* deprecated */
|
||||
{0, ATTR_OPTION, "URI", NULL, LDAP_OPT_URI}, /* replaces HOST/PORT */
|
||||
{0, ATTR_BOOL, "REFERRALS", NULL, LDAP_BOOL_REFERRALS},
|
||||
#if 0
|
||||
/* This should only be allowed via ldap_set_option(3) */
|
||||
{0, ATTR_BOOL, "RESTART", NULL, LDAP_BOOL_RESTART},
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
{0, ATTR_STRING, "SASL_MECH", NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user