#define objectIdentifierFirstComponentNormalize NULL
#define generalizedTimeNormalize NULL
#define bitStringNormalize NULL
-#define telephoneNumberNormalize NULL
#define distinguishedNameNormalize dnNormalize
#define distinguishedNameMatch dnMatch
#define distinguishedNameIndexer octetStringIndexer
#define distinguishedNameFilter octetStringFilter
-#define uniqueMemberMatch dnMatch
+#define uniqueMemberMatch dnMatch /* FIXME! */
#define objectIdentifierMatch octetStringMatch
#define objectIdentifierIndexer octetStringIndexer
return LDAP_SUCCESS;
}
-
#ifndef SLAP_NVALUES
static int
LDAP_UTF8_CASEFOLD );
return LDAP_SUCCESS;
}
+#endif
/* Remove all spaces and '-' characters */
static int
+#ifdef SLAP_NVALUES
+telephoneNumberNormalize(
+ slap_mask_t usage,
+ Syntax *syntax,
+ MatchingRule *mr,
+ struct berval *val,
+ struct berval *normalized )
+#else
xtelephoneNumberNormalize(
Syntax *syntax,
struct berval *val,
struct berval *normalized )
+#endif
{
char *p, *q;
return LDAP_SUCCESS;
}
-#endif
static int
oidValidate(