diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-29 11:48:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:30:25 -0500 |
commit | 91837a908fd10899772ff6ceca43958b14cc86f3 (patch) | |
tree | 971cc3e5dcf6421d230785fde9f7bf2acaefcd76 /source4/dsdb/schema | |
parent | 030ede58527fe5dfd6d32c637751269a4bb48545 (diff) | |
download | samba-91837a908fd10899772ff6ceca43958b14cc86f3.tar.gz samba-91837a908fd10899772ff6ceca43958b14cc86f3.tar.bz2 samba-91837a908fd10899772ff6ceca43958b14cc86f3.zip |
r20408: fix cut'n'paste error
metze
(This used to be commit af78a86d2cf0f05a048c5dfd86ea21c92a9d75b0)
Diffstat (limited to 'source4/dsdb/schema')
-rw-r--r-- | source4/dsdb/schema/schema_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_init.c b/source4/dsdb/schema/schema_init.c index a2843385b8..5d28e97271 100644 --- a/source4/dsdb/schema/schema_init.c +++ b/source4/dsdb/schema/schema_init.c @@ -346,7 +346,7 @@ static const struct { { "systemFlags", "1.2.840.113556.1.4.375" }, { "isMemberOfPartialAttributeSet", "1.2.840.113556.1.4.639" }, { "linkID", "1.2.840.113556.1.2.50" }, - { "attributeSyntax", "1.2.840.113556.1.2.30" }, + { "attributeSyntax", "1.2.840.113556.1.2.32" }, { "oMSyntax", "1.2.840.113556.1.2.231" }, { "oMObjectClass", "1.2.840.113556.1.2.218" }, { "isSingleValued", "1.2.840.113556.1.2.33" }, |