]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
fix teletex string syntax (ITS#1419)
authorKurt Zeilenga <kurt@openldap.org>
Fri, 7 Dec 2001 17:18:17 +0000 (17:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 7 Dec 2001 17:18:17 +0000 (17:18 +0000)
servers/slapd/schema_init.c

index 3e874d532b66bf40d943d31024e070292e34b578..a5d3f60b337f353db9e444a8a9eed705282b78d5 100644 (file)
@@ -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' )",