openldap/contrib/slapd-modules/dsaschema
Howard Chu 19cb306eb8 ITS#10098 contrib: fix Makefiles for Windows
Must build with "make PLAT=NT"
2023-12-04 18:40:45 +00:00
..
dsaschema.c Happy New Year! 2022-01-07 18:40:00 +00:00
Makefile ITS#10098 contrib: fix Makefiles for Windows 2023-12-04 18:40:45 +00:00
README Happy New Year! 2022-01-07 18:40:00 +00:00

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