mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
no TLS no party
This commit is contained in:
parent
f2aae492a8
commit
ec849bd981
1 changed files with 2 additions and 0 deletions
|
|
@ -1296,6 +1296,7 @@ void bindconf_free( slap_bindconf *bc ) {
|
|||
#endif
|
||||
}
|
||||
|
||||
#ifdef HAVE_TLS
|
||||
static struct {
|
||||
const char *key;
|
||||
size_t offset;
|
||||
|
|
@ -1362,6 +1363,7 @@ int bindconf_tls_set( slap_bindconf *bc, LDAP *ld )
|
|||
|
||||
return res;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* -------------------------------------- */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue