openldap/contrib/slapd-modules/dsaschema/README

21 lines
504 B
Plaintext
Raw Normal View History

2004-01-10 12:54:24 +08:00
This directory contains a native slapd plugin, dsaschema, that permits the
loading of DSA-specific schema from configuration files (including operational
attributes).
To use the plugin, add:
moduleload libdsaschema-plugin.so
/etc/openldap/schema/foo1.schema
...etc...
/etc/openldap/schema/fooN.schema
to your slapd configuration file.
No Makefile is provided. Use a command line similar to:
gcc -shared -I../../../include -Wall -g -o libdsaschema-plugin.so dsaschema.c
to compile this plugin.