Skip to content
Snippets Groups Projects
Commit 72e586ba authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

revert previous commit; disable RESTART from ldap.conf

parent 10e84d71
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment