mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Comment back-ldap/SampleLDAP.pm data structure
This commit is contained in:
parent
061786c8dc
commit
471fb7ab3b
@ -13,7 +13,7 @@
|
||||
## A copy of this license is available in the file LICENSE in the
|
||||
## top-level directory of the distribution or, alternatively, at
|
||||
## <http://www.OpenLDAP.org/license.html>.
|
||||
#
|
||||
|
||||
# Usage: Add something like this to slapd.conf:
|
||||
#
|
||||
# database perl
|
||||
@ -22,6 +22,9 @@
|
||||
# perlModule SampleLDAP
|
||||
#
|
||||
# See the slapd-perl(5) manual page for details.
|
||||
#
|
||||
# This demo module keeps an in-memory hash {"DN" => "LDIF entry", ...}
|
||||
# built in sub add{} & co. The data is lost when slapd shuts down.
|
||||
|
||||
package SampleLDAP;
|
||||
use strict;
|
||||
|
Loading…
Reference in New Issue
Block a user