mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
don't unparse starttls field in slap_bindconf if default
This commit is contained in:
parent
e73e9ddd7c
commit
0873f03b39
1 changed files with 2 additions and 1 deletions
|
|
@ -1493,9 +1493,10 @@ LDAP_SLAPD_V (int) slapMode;
|
|||
#define SLAP_TOOL_READONLY 0x0400
|
||||
#define SLAP_TOOL_QUICK 0x0800
|
||||
|
||||
#define SB_TLS_DEFAULT (-1)
|
||||
#define SB_TLS_OFF 0
|
||||
#define SB_TLS_ON 1
|
||||
#define SB_TLS_CRITICAL 2
|
||||
#define SB_TLS_CRITICAL 2
|
||||
|
||||
typedef struct slap_bindconf {
|
||||
int sb_tls;
|
||||
|
|
|
|||
Loading…
Reference in a new issue