--- a/AlluraTesting/alluratest/test_syntax.py
+++ b/AlluraTesting/alluratest/test_syntax.py
@@ -33,6 +33,8 @@
     skips = [
         '/tests/',
         'Allura/allura/command/',
+        'Allura/ldap-setup.py',
+        'Allura/ldap-userconfig.py',
         'Allura/ez_setup/',
         'Allura/push_re.py',
         'ForgeMail/forgemail/sstress.py',
@@ -42,4 +44,4 @@
 
 def test_no_tabs():
     if run(find_py + " | xargs grep '	' ") not in [1,123]:
-        raise Exception('These should not use tab chars')+        raise Exception('These should not use tab chars')