From 8249383efb2037bb234dd040ebe151329cc4feb9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 18 Feb 2009 15:17:02 +1100 Subject: 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 --- source4/scripting/python/samba/provision.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/scripting') 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) -- cgit