openldap/contrib/slapd-modules/dsaschema
2012-06-26 06:36:16 -07:00
..
dsaschema.c Happy New Year! 2012-01-01 07:10:53 -08:00
Makefile ITS#7308 contrib/slapd-modules: Add missing Makefiles 2012-06-26 06:30:26 -07:00
README ITS#7309 contrib/slapd-modules: Unify the structure and usage of Makefile 2012-06-26 06:36:16 -07:00

Copyright 2004-2012 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 dsaschema.so
	/etc/openldap/schema/foo1.schema
	...etc...
	/etc/openldap/schema/fooN.schema

to your slapd configuration file.

Use Makefile to compile this plugin or use a command line similar to:

gcc -shared -I../../../include -Wall -g -o dsaschema.so dsaschema.c