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:
@ -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")
|
||||
|
Reference in New Issue
Block a user