]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/SampleLDAP.pm
return structuralObjectClass errors
[openldap] / servers / slapd / back-perl / SampleLDAP.pm
index c6a8f9ea5dd0fcbcf571c01ce299e2421ff00bb3..9d668982914fc10f8f49259101d74838db8cc926 100644 (file)
@@ -1,11 +1,23 @@
 # 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-2006 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"
+#      suffix          "o=AnyOrg,c=US"
 #      perlModulePath  /path/to/this/file
 #      perlModule      SampleLDAP