From: Kurt Zeilenga Date: Fri, 7 Dec 2001 17:18:17 +0000 (+0000) Subject: fix teletex string syntax (ITS#1419) X-Git-Tag: OPENLDAP_REL_ENG_2_0_19~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af77029777d029ab0e27c7f71927c827d42c5fad;p=thirdparty%2Fopenldap.git fix teletex string syntax (ITS#1419) --- 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' )",