1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

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
This commit is contained in:
Andrew Bartlett
2009-02-18 15:17:02 +11:00
parent 8be9941354
commit 8249383efb
4 changed files with 1589 additions and 1627 deletions

View File

@ -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)