mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#10323 Apply olcBkLloadStartTLS runtime changes directly
This commit is contained in:
parent
2e049ef878
commit
948400af2b
1 changed files with 4 additions and 0 deletions
|
|
@ -3811,6 +3811,10 @@ backend_cf_gen( ConfigArgs *c )
|
|||
}
|
||||
#endif /* ! HAVE_TLS */
|
||||
b->b_tls_conf = tlskey[i].mask;
|
||||
if ( b->b_tls != LLOAD_LDAPS ) {
|
||||
b->b_tls = b->b_tls_conf;
|
||||
flag = LLOAD_BACKEND_MOD_OTHER;
|
||||
}
|
||||
} break;
|
||||
case CFG_WEIGHT:
|
||||
b->b_weight = c->value_uint;
|
||||
|
|
|
|||
Loading…
Reference in a new issue