]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/overlays/overlays.c
ITS#4134 additional fix
[openldap] / servers / slapd / overlays / overlays.c
index 7a2e66c66a313d84deac1c2c89bb26d285a3afc6..0f46ae2cf2841b44c02a02ea610cfba2aa01f02d 100644 (file)
@@ -65,6 +65,9 @@ extern int translucent_init();
 #if SLAPD_OVER_UNIQUE == SLAPD_MOD_STATIC
 extern int unique_init();
 #endif
+#if SLAPD_OVER_VALSORT == SLAPD_MOD_STATIC
+extern int valsort_init();
+#endif
 
 static struct {
        char *name;
@@ -111,6 +114,9 @@ static struct {
 #endif
 #if SLAPD_OVER_UNIQUE == SLAPD_MOD_STATIC
        { "Attribute Uniqueness", unique_init },
+#endif
+#if SLAPD_OVER_VALSORT == SLAPD_MOD_STATIC
+       { "Value Sorting", valsort_init },
 #endif
        { NULL, NULL }
 };