Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
dddee826
Commit
dddee826
authored
May 06, 2004
by
Pierangelo Masarati
Browse files
cleanup
parent
b44a7996
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-monitor/overlay.c
View file @
dddee826
...
...
@@ -62,7 +62,7 @@ monitor_subsys_overlay_init(
}
e_tmp
=
NULL
;
for
(
on
=
overlay_next
(
NULL
),
i
=
0
;
on
;
on
=
overlay_next
(
on
),
i
++
)
{
for
(
on
=
overlay_next
(
NULL
),
i
=
0
;
on
;
on
=
overlay_next
(
on
),
i
++
)
{
char
buf
[
BACKMONITOR_BUFSIZE
];
struct
berval
bv
;
int
j
;
...
...
servers/slapd/back-perl/SampleLDAP.pm
View file @
dddee826
...
...
@@ -14,10 +14,10 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
#
# Usage: Add something this to slapd.conf:
# Usage: Add something
like
this to slapd.conf:
#
# database perl
# suffix "o=AnyOrg,
c=US"
# suffix "o=AnyOrg,c=US"
# perlModulePath /path/to/this/file
# perlModule SampleLDAP
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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