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