From af77029777d029ab0e27c7f71927c827d42c5fad Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 7 Dec 2001 17:18:17 +0000 Subject: [PATCH] fix teletex string syntax (ITS#1419) --- servers/slapd/schema_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/schema_init.c b/servers/slapd/schema_init.c index 3e874d532b..a5d3f60b33 100644 --- a/servers/slapd/schema_init.c +++ b/servers/slapd/schema_init.c @@ -3789,7 +3789,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' )", -- 2.39.5