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:
@ -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)
|
||||
|
Reference in New Issue
Block a user