openldap/contrib/slapd-modules/dsaschema
Kurt Zeilenga a5abeb92ec Update contrib notices to reflect that they are distributed as part of
OpenLDAP Software (though they may not necessarily be supported by the
OpenLDAP Project).  Assistance in updating ACKNOWLEDGEMENTS welcomed.
2009-08-16 22:55:23 +00:00
..
dsaschema.c Update contrib notices to reflect that they are distributed as part of 2009-08-16 22:55:23 +00:00
README Update copyright notices 2009-01-22 00:40:04 +00:00

Copyright 2004-2009 The OpenLDAP Foundation. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP
Public License.

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.