]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapd-perl.5
- clarify when $$ must be used in regex;
[openldap] / doc / man / man5 / slapd-perl.5
index 16117d12542f01a374935cd49829de0519ba8920..d0627c03eef28f244a8bf79d9ed7c9482fff9427 100644 (file)
@@ -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),