NameDateSize

..15-Aug-202133

dsaschema.cH A D15-Aug-20217.5 KiB

MakefileH A D15-Aug-20211,009

READMEH A D15-Aug-2021686

README

1Copyright 2004-2021 The OpenLDAP Foundation. All rights reserved.
2
3Redistribution and use in source and binary forms, with or without
4modification, are permitted only as authorized by the OpenLDAP
5Public License.
6
7This directory contains a native slapd plugin, dsaschema, that permits the
8loading of DSA-specific schema from configuration files (including operational
9attributes).
10
11To use the plugin, add:
12
13moduleload dsaschema.so
14	/etc/openldap/schema/foo1.schema
15	...etc...
16	/etc/openldap/schema/fooN.schema
17
18to your slapd configuration file.
19
20Use Makefile to compile this plugin or use a command line similar to:
21
22gcc -shared -I../../../include -Wall -g -o dsaschema.so dsaschema.c
23
24