xref: /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allop/README (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1This directory contains a slapd overlay, allop.
2The intended usage is as a global overlay for use with those clients
3that do not make use of the RFC3673 allOp ("+") in the requested
4attribute list, but expect all operational attributes to be returned.
5Usage: add to slapd.conf(5)
6
7moduleload	path/to/allop.so
8
9overlay		allop
10allop-URI	<ldapURI>
11
12if the allop-URI is not given, the rootDSE, i.e. "ldap:///??base",
13is assumed.
14
15Use Makefile to compile this plugin or use a command line similar to:
16
17gcc -shared -I../../../include -I../../../servers/slapd -Wall -g \
18	-o allop.so allop.c
19
20---
21Copyright 2004-2020 The OpenLDAP Foundation. All rights reserved.
22
23Redistribution and use in source and binary forms, with or without
24modification, are permitted only as authorized by the OpenLDAP
25Public License.
26
27