diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-08 17:00:28 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-08 18:24:53 +1100 |
commit | 38909a4ae5a2dc3b18a797933586d35cc679d667 (patch) | |
tree | 9ae5d9a2a5a0ef3f8d68ed62a7bf91d288943bca | |
parent | d371b0eabe360f7c184a10282f63a64b0cfc550f (diff) | |
download | samba-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>
-rw-r--r-- | source4/scripting/python/samba/schema.py | 4 |
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: |