git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d371b0e
)
s4-schema: switch to W2K8-R2 schema
author
Andrew Tridgell
<tridge@samba.org>
Fri, 8 Jan 2010 06:00:28 +0000
(17:00 +1100)
committer
Andrew Tridgell
<tridge@samba.org>
Fri, 8 Jan 2010 07:24:53 +0000
(18:24 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/scripting/python/samba/schema.py
patch
|
blob
|
history
diff --git
a/source4/scripting/python/samba/schema.py
b/source4/scripting/python/samba/schema.py
index 8913e53b0003c05c16efdef06970f9181aa55a8c..67c48e8e58aa4ac974bc5f32eb591f10dd0e642b 100644
(file)
--- 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: