|
|
@@ -47,28 +47,29 @@
|
|
|
extern "C" {
|
|
|
#endif
|
|
|
|
|
|
-#define LDAP_DEBUG_TRACE 0x00001 /* 1 */
|
|
|
-#define LDAP_DEBUG_PACKETS 0x00002 /* 2 */
|
|
|
-#define LDAP_DEBUG_ARGS 0x00004 /* 4 */
|
|
|
-#define LDAP_DEBUG_CONNS 0x00008 /* 8 */
|
|
|
-#define LDAP_DEBUG_BER 0x00010 /* 16 */
|
|
|
-#define LDAP_DEBUG_FILTER 0x00020 /* 32 */
|
|
|
-#define LDAP_DEBUG_CONFIG 0x00040 /* 64 */
|
|
|
-#define LDAP_DEBUG_ACL 0x00080 /* 128 */
|
|
|
-#define LDAP_DEBUG_STATS 0x00100 /* 256 */
|
|
|
-#define LDAP_DEBUG_STATS2 0x00200 /* 512 */
|
|
|
-#define LDAP_DEBUG_SHELL 0x00400 /* 1024 */
|
|
|
-#define LDAP_DEBUG_PARSE 0x00800 /* 2048 */
|
|
|
-#define LDAP_DEBUG_HOUSE 0x01000 /* 4096 */
|
|
|
-#define LDAP_DEBUG_REPL 0x02000 /* 8192 */
|
|
|
-#define LDAP_DEBUG_ANY 0x04000 /* 16384 */
|
|
|
-#define LDAP_DEBUG_CACHE 0x08000 /* 32768 */
|
|
|
-#define LDAP_DEBUG_PLUGIN 0x10000 /* 65536 */
|
|
|
-#define LDAP_DEBUG_TIMING 0x20000 /*131072 */
|
|
|
-#define LDAP_DEBUG_ACLSUMMARY 0x40000 /*262144 */
|
|
|
-#define LDAP_DEBUG_BACKLDBM 0x80000 /*524288 */
|
|
|
+#define LDAP_DEBUG_TRACE 0x000001 /* 1 */
|
|
|
+#define LDAP_DEBUG_PACKETS 0x000002 /* 2 */
|
|
|
+#define LDAP_DEBUG_ARGS 0x000004 /* 4 */
|
|
|
+#define LDAP_DEBUG_CONNS 0x000008 /* 8 */
|
|
|
+#define LDAP_DEBUG_BER 0x000010 /* 16 */
|
|
|
+#define LDAP_DEBUG_FILTER 0x000020 /* 32 */
|
|
|
+#define LDAP_DEBUG_CONFIG 0x000040 /* 64 */
|
|
|
+#define LDAP_DEBUG_ACL 0x000080 /* 128 */
|
|
|
+#define LDAP_DEBUG_STATS 0x000100 /* 256 */
|
|
|
+#define LDAP_DEBUG_STATS2 0x000200 /* 512 */
|
|
|
+#define LDAP_DEBUG_SHELL 0x000400 /* 1024 */
|
|
|
+#define LDAP_DEBUG_PARSE 0x000800 /* 2048 */
|
|
|
+#define LDAP_DEBUG_HOUSE 0x001000 /* 4096 */
|
|
|
+#define LDAP_DEBUG_REPL 0x002000 /* 8192 */
|
|
|
+#define LDAP_DEBUG_ANY 0x004000 /* 16384 */
|
|
|
+#define LDAP_DEBUG_CACHE 0x008000 /* 32768 */
|
|
|
+#define LDAP_DEBUG_PLUGIN 0x010000 /* 65536 */
|
|
|
+#define LDAP_DEBUG_TIMING 0x020000 /* 131072 */
|
|
|
+#define LDAP_DEBUG_ACLSUMMARY 0x040000 /* 262144 */
|
|
|
+#define LDAP_DEBUG_BACKLDBM 0x080000 /* 524288 */
|
|
|
+#define LDAP_DEBUG_NUNCSTANS 0x100000 /* 1048576 */
|
|
|
|
|
|
-#define LDAP_DEBUG_ALL_LEVELS 0xFFFFF
|
|
|
+#define LDAP_DEBUG_ALL_LEVELS 0xFFFFFF
|
|
|
|
|
|
/* debugging stuff */
|
|
|
/* Disable by default */
|