Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dragoș Haiduc
OpenLDAP
Commits
51b706cf
Commit
51b706cf
authored
14 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
Revert prev commit, unintended
parent
c2978164
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servers/slapd/slap.h
+0
-15
0 additions, 15 deletions
servers/slapd/slap.h
with
0 additions
and
15 deletions
servers/slapd/slap.h
+
0
−
15
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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment