s4:dsdb disable tokenGroups until end of rewrite
authorAndrew Bartlett <abartlet@samba.org>
Fri, 9 Apr 2010 09:18:30 +0000 (19:18 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 May 2010 07:39:09 +0000 (17:39 +1000)
I need to change the functions this calls

Andrew Bartlett

source4/dsdb/samdb/ldb_modules/operational.c

index a2dab21c5dc972c1ddea34e3e3f72b5d509a6ff6..57c7a44e35c56851e9e965cc3e9adb18a857db98 100644 (file)
@@ -128,6 +128,7 @@ static int construct_primary_group_token(struct ldb_module *module,
 static int construct_token_groups(struct ldb_module *module,
                                  struct ldb_message *msg)
 {
+#if 0
        struct ldb_context *ldb;
        const struct dom_sid *sid;
 
@@ -206,7 +207,7 @@ static int construct_token_groups(struct ldb_module *module,
 
                talloc_free(sids);
        }
-
+#endif
        return LDB_SUCCESS;
 }