There is an incompatibility with Python 2.6 in ms_schema.py. Works Python 2.7: >>> {'dn', 'changetype', 'objectcategory'} set(['dn', 'changetype', 'objectcategory']) but not 2.6: >>> {'dn', 'changetype', 'objectcategory'} File "<stdin>", line 1 {'dn', 'changetype', 'objectcategory'} ^ SyntaxError: invalid syntax
Patch will follow.
new `samba-tool visualize` is affected too; I'll attach patches for ms_schema and visualize.py
Created attachment 14050 [details] patch for ms_schema.py to be 2.6.9 compatible fix is trivial; 2.6.9 is default in sles 11, still widely used
Created attachment 14051 [details] patch for vizualize to be 2.6.9 compatible
Created attachment 14101 [details] Patches for both issues, cherry-picked from master
Please pick for 4.8.next
Pushed to autobuild-v4-8-test.
(In reply to Karolin Seeger from comment #7) Pushed to v4-8-test. Closing out bug report. Thanks!