summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-04-03 08:18:14 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-04-03 08:18:14 +1100
commit354ba5e2e35c0adb2dd04f81a6ce7d1d721f31dc (patch)
tree2d229205edc86e99d8a2f0bdd3d9f1623535c4ed /source4/scripting
parentc7ed9bc477d5090b496631dbd74c3c387cc68add (diff)
downloadsamba-354ba5e2e35c0adb2dd04f81a6ce7d1d721f31dc.tar.gz
samba-354ba5e2e35c0adb2dd04f81a6ce7d1d721f31dc.tar.bz2
samba-354ba5e2e35c0adb2dd04f81a6ce7d1d721f31dc.zip
s4:schema Update Windows 2008 schema from Microsoft to latest version
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/python/samba/provision.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 64908ccb4d..189c93a1fc 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -1692,8 +1692,8 @@ def get_schema_data(setup_path, subst_vars = None):
# this data used to be read from schema.ldif
- data = read_ms_schema(setup_path('ad-schema/MS-AD_Schema_2K8Attributes.txt'),
- setup_path('ad-schema/MS-AD_Schema_2K8Classes.txt'))
+ data = read_ms_schema(setup_path('ad-schema/MS-AD_Schema_2K8_Attributes.txt'),
+ setup_path('ad-schema/MS-AD_Schema_2K8_Classes.txt'))
if subst_vars is not None:
data = substitute_var(data, subst_vars)