1 Copyright 2004-2008 The OpenLDAP Foundation. All rights reserved.
3 Redistribution and use in source and binary forms, with or without
4 modification, are permitted only as authorized by the OpenLDAP
7 This directory contains a native slapd plugin, dsaschema, that permits the
8 loading of DSA-specific schema from configuration files (including operational
11 To use the plugin, add:
13 moduleload libdsaschema-plugin.so
14 /etc/openldap/schema/foo1.schema
16 /etc/openldap/schema/fooN.schema
18 to your slapd configuration file.
20 No Makefile is provided. Use a command line similar to:
22 gcc -shared -I../../../include -Wall -g -o libdsaschema-plugin.so dsaschema.c
24 to compile this plugin.