]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/overlays.c
more for the allop overlay
[openldap] / servers / slapd / overlays / overlays.c
index 7a2e66c66a313d84deac1c2c89bb26d285a3afc6..73d30c808cc4a09225449f511092ca350e149b54 100644 (file)
@@ -26,6 +26,9 @@
 #if SLAPD_OVER_ACCESSLOG == SLAPD_MOD_STATIC
 extern int accesslog_init();
 #endif
+#if SLAPD_OVER_ALLOP == SLAPD_MOD_STATIC
+extern int allop_init();
+#endif
 #if SLAPD_OVER_DENYOP == SLAPD_MOD_STATIC
 extern int denyop_init();
 #endif
@@ -73,6 +76,9 @@ static struct {
 #if SLAPD_OVER_ACCESSLOG == SLAPD_MOD_STATIC
        { "Access Log", accesslog_init },
 #endif
+#if SLAPD_OVER_ALLOP == SLAPD_MOD_STATIC
+       { "All Operational", allop_init },
+#endif
 #if SLAPD_OVER_DENYOP == SLAPD_MOD_STATIC
        { "Deny Operation", denyop_init },
 #endif