diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-03-27 14:12:42 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-03-27 14:12:42 +0000 |
commit | 3aded920285e5dca1baf4b05d4a0ac2f13e3cce9 (patch) | |
tree | 1ad45e04b477ab02122648e2d64c92ebbc379cf3 /examples | |
parent | 75d4193e6397e4a42343f09fb4de608605753d01 (diff) | |
download | samba-3aded920285e5dca1baf4b05d4a0ac2f13e3cce9.tar.gz samba-3aded920285e5dca1baf4b05d4a0ac2f13e3cce9.tar.bz2 samba-3aded920285e5dca1baf4b05d4a0ac2f13e3cce9.zip |
Fix schema error not detected by OpenLDAP 2.0.23 but by 2.1.16.
Volker
(This used to be commit e92bfb766b08abccbf098c8d04347eb296b9be54)
Diffstat (limited to 'examples')
-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' |