Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
0cc537e6
Commit
0cc537e6
authored
19 years ago
by
Hallvard Furuseth
Browse files
Options
Downloads
Patches
Plain Diff
Declare ldap_back_init_cf().
parent
98a303fc
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/back-ldap/proto-ldap.h
+2
-0
2 additions, 0 deletions
servers/slapd/back-ldap/proto-ldap.h
with
2 additions
and
0 deletions
servers/slapd/back-ldap/proto-ldap.h
+
2
−
0
View file @
0cc537e6
...
...
@@ -58,6 +58,8 @@ int ldap_back_op_result(struct ldapconn *lc, Operation *op, SlapReply *rs,
ber_int_t
msgid
,
ldap_back_send_t
sendok
);
int
back_ldap_LTX_init_module
(
int
argc
,
char
*
argv
[]);
int
ldap_back_init_cf
(
BackendInfo
*
bi
);
extern
int
ldap_back_conn_cmp
(
const
void
*
c1
,
const
void
*
c2
);
extern
int
ldap_back_conn_dup
(
void
*
c1
,
void
*
c2
);
extern
void
ldap_back_conn_free
(
void
*
c
);
...
...
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