diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-02-18 15:17:02 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-02-25 10:40:42 +1100 |
commit | 8249383efb2037bb234dd040ebe151329cc4feb9 (patch) | |
tree | 6255f908bd148e6931c0b5e139e72aa0e9df210a /source4/scripting | |
parent | 8be99413540f0a9f1d4a6b6630fcfd5f1e3baefc (diff) | |
download | samba-8249383efb2037bb234dd040ebe151329cc4feb9.tar.gz samba-8249383efb2037bb234dd040ebe151329cc4feb9.tar.bz2 samba-8249383efb2037bb234dd040ebe151329cc4feb9.zip |
Add the new, updated AD schema file from Microsoft
Also remove the copy of the licence text from licence.txt, to ensure
we don't get variations between the copies.
Andrew Bartlett
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/samba/provision.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py index 177f0c3639..1ac0e4553e 100644 --- a/source4/scripting/python/samba/provision.py +++ b/source4/scripting/python/samba/provision.py @@ -1688,8 +1688,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_Attributes_v20080618.txt'), - setup_path('ad-schema/MS-AD_Schema_Classes_v20080618.txt')) + data = read_ms_schema(setup_path('ad-schema/MS-AD_Schema_2K8Attributes.txt'), + setup_path('ad-schema/MS-AD_Schema_2K8Classes.txt')) if subst_vars is not None: data = substitute_var(data, subst_vars) |