X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapd-perl.5;h=d0627c03eef28f244a8bf79d9ed7c9482fff9427;hb=9c104159197983321f570aa71aeb2ff283b30df7;hp=16117d12542f01a374935cd49829de0519ba8920;hpb=d019bff7b89d1710f55e608be75d5a1b754cd257;p=openldap diff --git a/doc/man/man5/slapd-perl.5 b/doc/man/man5/slapd-perl.5 index 16117d1254..d0627c03ee 100644 --- a/doc/man/man5/slapd-perl.5 +++ b/doc/man/man5/slapd-perl.5 @@ -1,4 +1,4 @@ -.TH SLAPD-PERL 5 "25 April 2002" "OpenLDAP LDVERSION" +.TH SLAPD-PERL 5 "RELEASEDATE" "OpenLDAP LDVERSION" .\" $OpenLDAP$ .SH NAME slapd-perl \- Perl backend to slapd @@ -63,7 +63,7 @@ It arguments are as follows: * time limit * filter string * attributes only flag (1 for yes) - * list of attributes that are to be returned (may be empty). + * list of attributes to return (may be empty) .fi .LP Return value: (resultcode, ldif-entry, ldif-entry, ...) @@ -85,7 +85,8 @@ Its arguments are as follows. * object reference * dn * a list formatted as follows - { "ADD" | "DELETE" | "REPLACE" }, attributetype, value..., ... + ({ "ADD" | "DELETE" | "REPLACE" }, + attributetype, value...)... .fi .LP .TP @@ -94,7 +95,7 @@ This method is called when a add request comes from a client. Its arguments are as follows. .nf * object reference - * entry in string format. + * entry in string format .fi .LP .TP @@ -139,9 +140,9 @@ Its argument is as follows. .LP Return value: nonzero if initialization failed. .SH CONFIGURATION -The -.BR slapd.conf (5) -options in this category apply to the PERL backend database. +These +.B slapd.conf +options apply to the PERL backend database. That is, they must follow a "database perl" line and come before any subsequent "backend" or "database" lines. Other database options are described in the @@ -164,6 +165,10 @@ direcetory in the OpenLDAP source tree. .SH WARNING The interface of this backend to the perl module MAY change. Any suggestions would greatly be appreciated. +.SH FILES +.TP +ETCDIR/slapd.conf +default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), .BR slapd (8),