]> git.sur5r.net Git - openldap/blob - contrib/slapd-modules/allop/README
Merge remote branch 'origin/mdb.master'
[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 No Makefile is provided. 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 to compile this overlay.
21
22 ---
23 Copyright 2004-2012 The OpenLDAP Foundation. All rights reserved.
24
25 Redistribution and use in source and binary forms, with or without
26 modification, are permitted only as authorized by the OpenLDAP
27 Public License.
28