[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Minimal OpenLDAP server source



Thanks a million Gavin, really! That's exactly what I need - getting pointed in the right direction by someone who knows.

Most appreciated!

Joe


Gavin Henry wrote:
Thanks Gavin. I'll look into Overlays then. Any experienced pointers
where to look for example code?

Use the source! ;-)

Tips:

* Read servers/slapd/overlays/*
* collect.c is an example by Howard.
* Read slapover.txt in that directory too.
* Make sure you copy/reference ones that support dynamic config to work
well with 2.4.x (they'll have schema definitions embedded in them)

Nicely commented overlay at:

http://www.openldap.org/its/index.cgi/Contrib?id=4890;page=3

auditlog.c is nice and short (as should be all overlays, as that's their
point ;-) )

That should get you going.

Gavin.