Bug 13883 - Schema version number not being bumped during modifications of schema
Summary: Schema version number not being bumped during modifications of schema
Status: NEW
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: AD: LDB/DSDB/SAMDB (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks: 13799
  Show dependency treegraph
 
Reported: 2019-04-04 02:58 UTC by Garming Sam
Modified: 2019-04-04 02:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Garming Sam 2019-04-04 02:58:44 UTC
'[MS-ADTS] 3.1.1.2.1 Schema NC' says that schemaInfo should also be bumped when modifications are made. We currently only bump it when we add schema classes or schema attributes. In the case of the samba-tool schemaupgrade code, we will be bumping less than it probably should.

I tested this against Windows, and modifying searchFlags, for instance, bumped the schema version. Modifying the dMD didn't bump it, it seemed.