1Directory contents: 2 3statslog 4 Program to output selected parts of slapd's statslog output 5 (LDAP request/response log), grouping log lines by LDAP 6 connection. Useful to search and inspect the server log. 7 8wrap_slap_ops 9 Update source code to use the wrapper macros SLAP_OP() & co 10 for LDAP-operation backend calls. They can help debug the 11 SlapReply. They compile like the old code by default. 12 13--- 14Copyright 2004-2021 The OpenLDAP Foundation. All rights reserved. 15 16Redistribution and use in source and binary forms, with or without 17modification, are permitted only as authorized by the OpenLDAP 18Public License. 19 20A copy of this license is available in the file LICENSE in the 21top-level directory of the distribution or, alternatively, at 22<http://www.OpenLDAP.org/license.html>. 23 24