From: Kurt Zeilenga Date: Sat, 3 Nov 2001 22:03:20 +0000 (+0000) Subject: telex number should allow $ X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~905 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b312488614cebfd9f75261629cef0455d5d6043c;p=openldap telex number should allow $ --- diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index ac11d4c6a4..e88a9fe368 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -4251,7 +4251,7 @@ struct syntax_defs_rec syntax_defs[] = { {"( 1.3.6.1.4.1.1466.115.121.1.26 DESC 'IA5 String' )", 0, IA5StringValidate, IA5StringNormalize, NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.27 DESC 'Integer' )", - 0, integerValidate, integerNormalize, integerPretty}, + 0, integerValidate, integerNormalize, NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.28 DESC 'JPEG' " X_NOT_H_R ")", SLAP_SYNTAX_BLOB, blobValidate, NULL, NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.29 DESC 'Master And Shadow Access Points' )", @@ -4294,7 +4294,7 @@ struct syntax_defs_rec syntax_defs[] = { {"( 1.3.6.1.4.1.1466.115.121.1.51 DESC 'Teletex Terminal Identifier' )", 0, NULL, NULL, NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.52 DESC 'Telex Number' )", - 0, printableStringValidate, IA5StringNormalize, NULL}, + 0, printablesStringValidate, IA5StringNormalize, NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.53 DESC 'UTC Time' )", 0, utcTimeValidate, utcTimeNormalize, NULL}, {"( 1.3.6.1.4.1.1466.115.121.1.54 DESC 'LDAP Syntax Description' )",