• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Oct-2021-

MakefileH A D03-May-20221 KiB4733

READMEH A D25-Oct-2021686 2415

dsaschema.cH A D25-Oct-20217.4 KiB370282

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