2017-01-03 15:36:47 -05:00
|
|
|
Copyright 2004-2017 The OpenLDAP Foundation. All rights reserved.
|
2004-01-10 00:05:56 -05:00
|
|
|
|
|
|
|
|
Redistribution and use in source and binary forms, with or without
|
|
|
|
|
modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
|
Public License.
|
2004-01-09 23:54:24 -05:00
|
|
|
|
|
|
|
|
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:
|
|
|
|
|
|
2012-06-14 13:15:48 -04:00
|
|
|
moduleload dsaschema.so
|
2004-01-09 23:54:24 -05:00
|
|
|
/etc/openldap/schema/foo1.schema
|
|
|
|
|
...etc...
|
|
|
|
|
/etc/openldap/schema/fooN.schema
|
|
|
|
|
|
|
|
|
|
to your slapd configuration file.
|
|
|
|
|
|
2012-06-13 23:33:37 -04:00
|
|
|
Use Makefile to compile this plugin or use a command line similar to:
|
2004-01-09 23:54:24 -05:00
|
|
|
|
2012-06-14 13:15:48 -04:00
|
|
|
gcc -shared -I../../../include -Wall -g -o dsaschema.so dsaschema.c
|
2004-01-09 23:54:24 -05:00
|
|
|
|