Home | History | Annotate | only in /src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema
Up to higher level directory
NameDateSize
dsaschema.c05-Sep-20257.5K
Makefile05-Sep-20251.2K
README05-Sep-2025686

README

      1 Copyright 2004-2024 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 
     24