mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
no TLS no party
This commit is contained in:
parent
f2aae492a8
commit
ec849bd981
@ -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 New Issue
Block a user