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
15No Makefile is provided. Use a command line similar to:
16
17gcc -shared -I../../../include -I../../../servers/slapd -Wall -g \
18	-o allop.so allop.c
19
20to compile this overlay.
21
22---
23Copyright 2004-2010 The OpenLDAP Foundation. All rights reserved.
24
25Redistribution and use in source and binary forms, with or without
26modification, are permitted only as authorized by the OpenLDAP
27Public License.
28
29