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