Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
51b706cf
Commit
51b706cf
authored
Apr 16, 2010
by
Quanah Gibson-Mount
Browse files
Revert prev commit, unintended
parent
c2978164
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/slap.h
View file @
51b706cf
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment