xref: /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/README (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1Copyright 2004-2009 The OpenLDAP Foundation. All rights reserved.
2
3Redistribution and use in source and binary forms, with or without
4modification, are permitted only as authorized by the OpenLDAP
5Public License.
6
7This directory contains a native slapd plugin, dsaschema, that permits the
8loading of DSA-specific schema from configuration files (including operational
9attributes).
10
11To use the plugin, add:
12
13moduleload libdsaschema-plugin.so
14	/etc/openldap/schema/foo1.schema
15	...etc...
16	/etc/openldap/schema/fooN.schema
17
18to your slapd configuration file.
19
20No Makefile is provided. Use a command line similar to:
21
22gcc -shared -I../../../include -Wall -g -o libdsaschema-plugin.so dsaschema.c
23
24to compile this plugin.
25
26