]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/overlays.c
ITS#3682, dup entry and free the DB's copy before sending it
[openldap] / servers / slapd / overlays / overlays.c
index 8b1a19ec98c7d366b5fd9dfac732a325f54c90af..e83bf7a152ee396459a7125b01f4088e7a383fd8 100644 (file)
@@ -29,6 +29,9 @@ extern int denyop_init();
 #if SLAPD_OVER_DYNGROUP == SLAPD_MOD_STATIC
 extern int dyngroup_init();
 #endif
+#if SLAPD_OVER_DYNLIST == SLAPD_MOD_STATIC
+extern int dynlist_init();
+#endif
 #if SLAPD_OVER_GLUE == SLAPD_MOD_STATIC
 extern int glue_init();
 #endif
@@ -67,6 +70,9 @@ static struct {
 #if SLAPD_OVER_DYNGROUP == SLAPD_MOD_STATIC
        { "Dynamic Group", dyngroup_init },
 #endif
+#if SLAPD_OVER_DYNLIST == SLAPD_MOD_STATIC
+       { "Dynamic List", dynlist_init },
+#endif
 #if SLAPD_OVER_GLUE == SLAPD_MOD_STATIC
        { "Backend Glue", glue_init },
 #endif