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
James Rouzier
OpenLDAP
Commits
7d0c60c4
Commit
7d0c60c4
authored
19 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Sync with HEAD
parent
e9ac7fad
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/daemon.c
+3
-8
3 additions, 8 deletions
servers/slapd/daemon.c
with
3 additions
and
8 deletions
servers/slapd/daemon.c
+
3
−
8
View file @
7d0c60c4
...
...
@@ -232,7 +232,9 @@ static struct slap_daemon {
#define SLAP_EVENT_INIT \
AC_MEMCPY( &readfds, &slap_daemon.sd_readers, sizeof(fd_set) ); \
if ( nwriters ) \
AC_MEMCPY( &writefds, &slap_daemon.sd_writers, sizeof(fd_set) )
AC_MEMCPY( &writefds, &slap_daemon.sd_writers, sizeof(fd_set) ); \
else \
FD_ZERO( &writefds )
#ifdef FD_SETSIZE
#define CHK_SETSIZE \
...
...
@@ -836,13 +838,6 @@ static int slap_open_listener(
#else
l
.
sl_is_tls
=
ldap_pvt_url_scheme2tls
(
lud
->
lud_scheme
);
if
(
l
.
sl_is_tls
&&
!
slap_tls_ctx
)
{
Debug
(
LDAP_DEBUG_ANY
,
"daemon: TLS not configured (%s)
\n
"
,
url
,
0
,
0
);
ldap_free_urldesc
(
lud
);
return
-
1
;
}
if
(
!
lud
->
lud_port
)
{
lud
->
lud_port
=
l
.
sl_is_tls
?
LDAPS_PORT
:
LDAP_PORT
;
}
...
...
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