From 1dfd0924b22608644c4edb826dc100cb156a5af5 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 15 Jun 2007 03:21:11 +0000 Subject: [PATCH] For ITS#4995, add clarification comments --- servers/slapd/back-perl/SampleLDAP.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/servers/slapd/back-perl/SampleLDAP.pm b/servers/slapd/back-perl/SampleLDAP.pm index 4e20ff628c..1cbe2741cc 100644 --- a/servers/slapd/back-perl/SampleLDAP.pm +++ b/servers/slapd/back-perl/SampleLDAP.pm @@ -20,6 +20,9 @@ # suffix "o=AnyOrg,c=US" # perlModulePath /path/to/this/file # 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) package SampleLDAP; -- 2.39.5