From 3aded920285e5dca1baf4b05d4a0ac2f13e3cce9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Mar 2003 14:12:42 +0000 Subject: Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16. Volker (This used to be commit e92bfb766b08abccbf098c8d04347eb296b9be54) --- examples/LDAP/samba.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 71689237e8..e801e0b847 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -115,7 +115,7 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.15 NAME 'primaryGroupID' ## attributetype ( 1.3.6.1.4.1.7165.2.1.19 NAME 'ntGroupType' DESC 'NT Group Type' - EQUALITY caseIgnoreIA5Match + EQUALITY integerMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) attributetype ( 1.3.6.1.4.1.7165.2.1.20 NAME 'ntSid' -- cgit