summaryrefslogtreecommitdiff
path: root/source4/scripting/python
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-01-08 17:00:28 +1100
committerAndrew Tridgell <tridge@samba.org>2010-01-08 18:24:53 +1100
commit38909a4ae5a2dc3b18a797933586d35cc679d667 (patch)
tree9ae5d9a2a5a0ef3f8d68ed62a7bf91d288943bca /source4/scripting/python
parentd371b0eabe360f7c184a10282f63a64b0cfc550f (diff)
downloadsamba-38909a4ae5a2dc3b18a797933586d35cc679d667.tar.gz
samba-38909a4ae5a2dc3b18a797933586d35cc679d667.tar.bz2
samba-38909a4ae5a2dc3b18a797933586d35cc679d667.zip
s4-schema: switch to W2K8-R2 schema
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting/python')
-rw-r--r--source4/scripting/python/samba/schema.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/schema.py b/source4/scripting/python/samba/schema.py
index 8913e53b00..67c48e8e58 100644
--- a/source4/scripting/python/samba/schema.py
+++ b/source4/scripting/python/samba/schema.py
@@ -64,8 +64,8 @@ class Schema(object):
self.schemadn = schemadn
self.ldb = Ldb()
- self.schema_data = read_ms_schema(setup_path('ad-schema/MS-AD_Schema_2K8_Attributes.txt'),
- setup_path('ad-schema/MS-AD_Schema_2K8_Classes.txt'))
+ self.schema_data = read_ms_schema(setup_path('ad-schema/MS-AD_Schema_2K8_R2_Attributes.txt'),
+ setup_path('ad-schema/MS-AD_Schema_2K8_R2_Classes.txt'))
if files is not None:
for file in files: