test: skip wellknown checks
authorChristian Ambach <ambi@samba.org>
Tue, 9 Apr 2013 13:40:16 +0000 (15:40 +0200)
committerChristian Ambach <ambi@samba.org>
Tue, 7 May 2013 07:11:43 +0000 (09:11 +0200)
source3/lib/util_sid_passdb.c

index 33fb5420d6394bb3535fa8462180b918f8438fb5..fc06b962a4af58612acd764b292120da5a4092c7 100644 (file)
@@ -72,6 +72,7 @@ bool sid_check_is_for_passdb(const struct dom_sid *sid)
                return true;
        }
 
+#if 0
        if (sid_check_is_wellknown_domain(sid, NULL)) {
                return true;
        }
@@ -79,6 +80,7 @@ bool sid_check_is_for_passdb(const struct dom_sid *sid)
        if (sid_check_is_in_wellknown_domain(sid)) {
                return true;
        }
+#endif
 
        if (sid_check_is_unix_users(sid)) {
                return true;