openldap/contrib/slapd-modules/dsaschema
Quanah Gibson-Mount c62d48ed11 ITS#9525 - Rework contrib module builds
Adjust to honor CFLAGS and LDFLAGS
Drop -Wall from the OPTimization flag
2021-04-19 16:57:10 +00:00
..
dsaschema.c ITS#8770 Fix dsaschema memory leaks 2021-04-09 21:02:08 +00:00
Makefile ITS#9525 - Rework contrib module builds 2021-04-19 16:57:10 +00:00
README Happy New Year! 2021-01-11 19:25:53 +00:00

Copyright 2004-2021 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