Quanah Gibson-Mount quanah@zimbra.com writes:
--On Saturday, June 02, 2007 4:43 AM +0000 rra@stanford.edu wrote:
While investigating another issue with back_perl, I tried to use the SampleLDAP.pm module that comes with the OpenLDAP source. I added the following to my slapd.conf:
database perl suffix "o=AnyOrg,c=US" perlModulePath /home/eagle/SampleLDAP.pm perlModule SampleLDAP
[...]
database perl suffix "o=AnyOrg,c=US" perlModulePath /usr/local/etc/openldap perlModule SampleLDAP
I detect an intriguing difference in our configurations.
I was misled by this comment in SampleLDAP.pm:
# Usage: Add something like this to slapd.conf: # # database perl # suffix "o=AnyOrg,c=US" # perlModulePath /path/to/this/file # perlModule SampleLDAP
The man page is more accurate. This was apparently actually a minor bug in the comments. :)