From 53fcfd93a38adfd37fd171fa4ccebf496a8fcc17 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Fri, 15 Jun 2007 13:25:32 +0000 Subject: [PATCH] ITS#4995 - rewrite clarification --- servers/slapd/back-perl/SampleLDAP.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.39.5