1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-16 20:59:12 +03:00

s4:domain functional level - it is also specified in the domain object under partitions

Discovered by the "ldapcmp" tool
This commit is contained in:
Matthias Dieter Wallnöfer
2010-05-13 15:11:29 +02:00
parent 92aa194145
commit 38e9a7f577
2 changed files with 3 additions and 1 deletions

View File

@ -976,7 +976,8 @@ def setup_samdb(path, setup_path, session_info, provision_backend, lp,
"SCHEMADN": names.schemadn,
"DOMAINDN": names.domaindn,
"SERVERDN": names.serverdn,
"FOREST_FUNCTIONALALITY": str(forestFunctionality)
"FOREST_FUNCTIONALALITY": str(forestFunctionality),
"DOMAIN_FUNCTIONALITY": str(domainFunctionality)
})
message("Setting up display specifiers")