Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / openldap / dist / contrib / slapd-modules / dsaschema / README
blob91d6538fc059cbcdc34e4186cfa4b79d6dae0e77
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
5 Public License.
7 This directory contains a native slapd plugin, dsaschema, that permits the
8 loading of DSA-specific schema from configuration files (including operational
9 attributes).
11 To use the plugin, add:
13 moduleload libdsaschema-plugin.so
14         /etc/openldap/schema/foo1.schema
15         ...etc...
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.