From 878f9147bf0552fb06cf55b6c0122c893ee21c8e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 27 Mar 2003 14:25:30 +0000 Subject: Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16. Volker (This used to be commit 5acb9f421c149126370e79d66d3d9ace6be9a695) --- examples/LDAP/samba.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/LDAP/samba.schema') 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