diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-03-27 14:25:30 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-03-27 14:25:30 +0000 |
commit | 878f9147bf0552fb06cf55b6c0122c893ee21c8e (patch) | |
tree | 6e4d2e5bb2220a1c1dbe00d6c183e388e6a8dbf6 /examples/LDAP | |
parent | 6387c98faf2e48c74059ea09f15aea1e942027e3 (diff) | |
download | samba-878f9147bf0552fb06cf55b6c0122c893ee21c8e.tar.gz samba-878f9147bf0552fb06cf55b6c0122c893ee21c8e.tar.bz2 samba-878f9147bf0552fb06cf55b6c0122c893ee21c8e.zip |
Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
Volker
(This used to be commit 5acb9f421c149126370e79d66d3d9ace6be9a695)
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba.schema | 2 |
1 files changed, 1 insertions, 1 deletions
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' |