diff options
-rw-r--r-- | usr.sbin/ldapd/schema/core.schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/schema/core.schema b/usr.sbin/ldapd/schema/core.schema index 18d782dca35..890733cfe23 100644 --- a/usr.sbin/ldapd/schema/core.schema +++ b/usr.sbin/ldapd/schema/core.schema @@ -635,14 +635,14 @@ objectclass ( 1.3.6.1.4.1.250.3.15 NAME 'labeledURIObject' ################ rfc3045 attributetype ( 1.3.6.1.1.4 NAME 'vendorName' - EQUALITY 1.3.6.1.4.1.1466.109.114.1 + EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation ) attributetype ( 1.3.6.1.1.5 NAME 'vendorVersion' - EQUALITY 1.3.6.1.4.1.1466.109.114.1 + EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE NO-USER-MODIFICATION |