mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
b44a79965e
commit
dddee82680
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user