]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/allop/README
Happy New Year (belated)
[openldap] / contrib / slapd-modules / allop / README
1 Copyright 2004-2008 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 slapd overlay, allop.
8 The intended usage is as a global overlay for use with those clients
9 that do not make use of the RFC3673 allOp ("+") in the requested 
10 attribute list, but expect all operational attributes to be returned.
11 Usage: add to slapd.conf(5)
12
13 moduleload      path/to/allop.so
14
15 overlay         allop
16 allop-URI       <ldapURI>
17
18 if the allop-URI is not given, the rootDSE, i.e. "ldap:///??base",
19 is assumed.
20
21 No Makefile is provided. Use a command line similar to:
22
23 gcc -shared -I../../../include -I../../../servers/slapd -Wall -g \
24         -o allop.so allop.c
25
26 to compile this overlay.
27