]> git.sur5r.net Git - openldap/commitdiff
Postal Address should be treated like directoryString
authorKurt Zeilenga <kurt@openldap.org>
Sat, 4 Nov 2000 21:11:52 +0000 (21:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 4 Nov 2000 21:11:52 +0000 (21:11 +0000)
servers/slapd/schema_init.c

index b6de2ce9ae3a3a3af8d55bb52faa8fc89d005f33..55bd7982dd6fb185001aad385304735ab31d9bcd 100644 (file)
@@ -4199,7 +4199,7 @@ struct syntax_defs_rec syntax_defs[] = {
        {"( 1.3.6.1.4.1.1466.115.121.1.40 DESC 'Octet String' )",
                0, blobValidate, NULL, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.41 DESC 'Postal Address' )",
-               0, blobValidate, NULL, NULL},
+               0, UTF8StringValidate, UTF8StringNormalize, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.42 DESC 'Protocol Information' )",
                0, NULL, NULL, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.43 DESC 'Presentation Address' )",