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

s4:provision - fix typo in substitution variable

This commit is contained in:
Matthias Dieter Wallnöfer
2010-06-06 00:11:16 +02:00
parent 62e0a744e2
commit b8ea2e0757
2 changed files with 2 additions and 2 deletions

View File

@ -978,7 +978,7 @@ 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_FUNCTIONALITY": str(forestFunctionality),
"DOMAIN_FUNCTIONALITY": str(domainFunctionality)
})