Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
667ff144
Commit
667ff144
authored
Sep 29, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6291
parent
c58d3739
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
667ff144
...
...
@@ -3,6 +3,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.19 Engineering
Fixed slapo-dynlist lock leak (ITS#6308)
Fixed slapo-pcache cache corruption (ITS#6242)
Fixed contrib/nssov getgroupbymembers (ITS#6291)
OpenLDAP 2.4.18 Release (2009/09/06)
Fixed client tools common options (ITS#6049)
...
...
contrib/slapd-modules/nssov/nssov.h
View file @
667ff144
...
...
@@ -323,6 +323,7 @@ int pam_pwmod(nssov_info *ni,TFILE *fp,Operation *op);
/* do the internal search */
\
op->o_bd->be_search( op, &rs ); \
filter_free_x( op, op->ors_filter, 1 ); \
WRITE_INT32(fp,NSLCD_RESULT_END); \
return 0; \
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment