]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/dsaschema/README
Add some sample plugins
[openldap] / contrib / slapd-modules / dsaschema / README
1
2 This directory contains a native slapd plugin, dsaschema, that permits the
3 loading of DSA-specific schema from configuration files (including operational
4 attributes).
5
6 To use the plugin, add:
7
8 moduleload libdsaschema-plugin.so
9         /etc/openldap/schema/foo1.schema
10         ...etc...
11         /etc/openldap/schema/fooN.schema
12
13 to your slapd configuration file.
14
15 No Makefile is provided. Use a command line similar to:
16
17 gcc -shared -I../../../include -Wall -g -o libdsaschema-plugin.so dsaschema.c
18
19 to compile this plugin.
20