Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
95e91cf6
Commit
95e91cf6
authored
8 years ago
by
Vassil Vassilev
Browse files
Options
Downloads
Patches
Plain Diff
Remove dead code.
parent
0ec8f9f9
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
net/ldap/inc/CintLDAP.h
+1
-29
1 addition, 29 deletions
net/ldap/inc/CintLDAP.h
with
1 addition
and
29 deletions
net/ldap/inc/CintLDAP.h
+
1
−
29
View file @
95e91cf6
...
...
@@ -9,8 +9,6 @@
#ifndef ROOT_CintLDAP
#define ROOT_CintLDAP
#if 1
#if !defined(__CLING__)
// Regular section, the user must make sure explicitly that the
// correct set of header is included (or not).
...
...
@@ -30,30 +28,4 @@
#endif
#else
struct
LDAP
;
struct
LDAPMessage
;
struct
LDAPMod
;
#define LDAP_VERSION1 1
#define LDAP_VERSION2 2
#define LDAP_VERSION3 3
const
int
LDAP_PORT
=
389
;
const
int
LDAP_SCOPE_DEFAULT
=
-
1
;
const
int
LDAP_SCOPE_BASE
=
0x0000
;
const
int
LDAP_SCOPE_ONELEVEL
=
0x0001
;
const
int
LDAP_SCOPE_SUBTREE
=
0x0002
;
const
int
LDAP_MOD_ADD
=
0x0000
;
const
int
LDAP_MOD_DELETE
=
0x0001
;
const
int
LDAP_MOD_REPLACE
=
0x0002
;
const
int
LDAP_MOD_BVALUES
=
0x0080
;
const
int
LDAP_SERVER_DOWN
=
0x51
;
#endif
#endif
#endif // ROOT_CintLDAP
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