From: Hallvard Furuseth Date: Fri, 15 Jun 2007 13:25:32 +0000 (+0000) Subject: ITS#4995 - rewrite clarification X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~382 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=53fcfd93a38adfd37fd171fa4ccebf496a8fcc17;p=openldap ITS#4995 - rewrite clarification --- diff --git a/servers/slapd/back-perl/SampleLDAP.pm b/servers/slapd/back-perl/SampleLDAP.pm index 1cbe2741cc..b9b2f1c1a4 100644 --- a/servers/slapd/back-perl/SampleLDAP.pm +++ b/servers/slapd/back-perl/SampleLDAP.pm @@ -18,11 +18,10 @@ # # database perl # suffix "o=AnyOrg,c=US" -# perlModulePath /path/to/this/file +# perlModulePath /directory/containing/this/module # perlModule SampleLDAP # -# Note that "perlModulePath" is the directory path in which the perl module can be found -# not the path to the file. Please also see slapd-perl(5) +# See the slapd-perl(5) manual page for details. package SampleLDAP;