• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Oct-2021-

MakefileH A D03-May-20221.3 KiB5942

READMEH A D25-Oct-2021805 2718

allop.cH A D25-Oct-20215.3 KiB263176

slapo-allop.5H A D25-Oct-20211.7 KiB6457

README

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-2021 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