]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/SampleLDAP.pm
Import ITS#4995: clarify usage
[openldap] / servers / slapd / back-perl / SampleLDAP.pm
index c6a8f9ea5dd0fcbcf571c01ce299e2421ff00bb3..b9b2f1c1a498a40ecda1c53053f232b2de8cd6e0 100644 (file)
@@ -1,13 +1,27 @@
 # This is a sample Perl module for the OpenLDAP server slapd.
-#
 # $OpenLDAP$
+## This work is part of OpenLDAP Software <http://www.openldap.org/>.
+##
+## Copyright 1998-2007 The OpenLDAP Foundation.
+## Portions Copyright 1999 John C. Quillan.
+## All rights reserved.
+##
+## Redistribution and use in source and binary forms, with or without
+## modification, are permitted only as authorized by the OpenLDAP
+## Public License.
+##
+## A copy of this license is available in the file LICENSE in the
+## top-level directory of the distribution or, alternatively, at
+## <http://www.OpenLDAP.org/license.html>.
 #
-# Usage: Add something this to slapd.conf:
+# Usage: Add something like this to slapd.conf:
 #
 #      database        perl
-#      suffix          "o=AnyOrg, c=US"
-#      perlModulePath  /path/to/this/file
+#      suffix          "o=AnyOrg,c=US"
+#      perlModulePath  /directory/containing/this/module
 #      perlModule      SampleLDAP
+#
+# See the slapd-perl(5) manual page for details.
 
 package SampleLDAP;