projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b84017
)
openldap: initialize StartTLS option to it's default value
author
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 20 Aug 2014 12:07:27 +0000
(14:07 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Fri, 29 Aug 2014 13:09:55 +0000
(15:09 +0200)
src/openldap.c
patch
|
blob
|
history
diff --git
a/src/openldap.c
b/src/openldap.c
index
99b719a
..
0c5a0a5
100644
(file)
--- a/
src/openldap.c
+++ b/
src/openldap.c
@@
-627,6
+627,7
@@
static int ldap_config_add (oconfig_item_t *ci) /* {{{ */
return (status);
}
+ st->starttls = 0;
st->timeout = -1;
st->verifyhost = 1;
st->version = LDAP_VERSION3;