From: Quanah Gibson-Mount Date: Fri, 15 Jun 2007 03:21:11 +0000 (+0000) Subject: For ITS#4995, add clarification comments X-Git-Tag: OPENLDAP_REL_ENG_2_4_MP~383 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1dfd0924b22608644c4edb826dc100cb156a5af5;p=openldap For ITS#4995, add clarification comments --- 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;