Skip to content
Snippets Groups Projects
Commit 51b706cf authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Revert prev commit, unintended

parent c2978164
No related branches found
No related tags found
No related merge requests found
......@@ -1592,12 +1592,6 @@ LDAP_SLAPD_V (int) slapMode;
#define SB_TLS_ON 1
#define SB_TLS_CRITICAL 2
typedef struct slap_keepalive {
int sk_idle;
int sk_probes;
int sk_interval;
} slap_keepalive;
typedef struct slap_bindconf {
struct berval sb_uri;
int sb_version;
......@@ -1612,7 +1606,6 @@ typedef struct slap_bindconf {
struct berval sb_realm;
struct berval sb_authcId;
struct berval sb_authzId;
slap_keepalive sb_keepalive;
#ifdef HAVE_TLS
void *sb_tls_ctx;
char *sb_tls_cert;
......@@ -1642,14 +1635,6 @@ typedef struct slap_cf_aux_table {
void *aux;
} slap_cf_aux_table;
typedef int
slap_cf_aux_table_parse_x LDAP_P((
struct berval *val,
void *bc,
slap_cf_aux_table *tab0,
const char *tabmsg,
int unparse ));
typedef int
slap_cf_aux_table_parse_x LDAP_P((
struct berval *val,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment