]> git.sur5r.net Git - openldap/commitdiff
Per IETF LDAPext discussions, ;binary transfer of binary syntax
authorKurt Zeilenga <kurt@openldap.org>
Sat, 14 Oct 2000 01:37:48 +0000 (01:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 14 Oct 2000 01:37:48 +0000 (01:37 +0000)
makes little sense.  Implementations should not require or by
default return ;binary for attributes of this syntax.  This means
inetOrgPerson needs updating.  This means Netscape roaming doesn't.

servers/slapd/schema_init.c

index dcfb6f4d93fd85870e727135dcb1565b68e5497b..95fc97851d79614d073ee5136523afd25e97c562 100644 (file)
@@ -3675,8 +3675,8 @@ struct syntax_defs_rec syntax_defs[] = {
                0, NULL, NULL, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.4 DESC 'Audio' " X_NOT_H_R ")",
                SLAP_SYNTAX_BLOB, blobValidate, NULL, NULL},
-       {"( 1.3.6.1.4.1.1466.115.121.1.5 DESC 'Binary' " X_BINARY X_NOT_H_R ")",
-               SLAP_SYNTAX_BINARY|SLAP_SYNTAX_BER, berValidate, NULL, NULL},
+       {"( 1.3.6.1.4.1.1466.115.121.1.5 DESC 'Binary' " X_NOT_H_R ")",
+               SLAP_SYNTAX_BER, berValidate, NULL, NULL},
        {"( 1.3.6.1.4.1.1466.115.121.1.6 DESC 'Bit String' )",
                0, bitStringValidate, NULL, NULL },
        {"( 1.3.6.1.4.1.1466.115.121.1.7 DESC 'Boolean' )",