mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
1f60f5b51a
Add the ability to override the base schema files being used for the new provision, e.g. instead of using the default supported schema, the code can now potentially specify an older or newer schema to use. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
###############################
|
|
# Schema Naming Context
|
|
###############################
|
|
dn: ${SCHEMADN}
|
|
changetype: modify
|
|
-
|
|
# "masteredBy", "msDs-masteredBy" filled in later
|
|
replace: objectVersion
|
|
objectVersion: ${OBJVERSION}
|
|
|