diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-04-09 19:18:30 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-05-20 17:39:09 +1000 |
commit | 564b4c7443b256e002b7ac173d4c5e8870980de3 (patch) | |
tree | 75b6fc90fb3979b8a857a6589d5fc70af8bac3fc /source4/dsdb | |
parent | 612a333d658990aeb4188ee984a53b2e6bc65780 (diff) | |
download | samba-564b4c7443b256e002b7ac173d4c5e8870980de3.tar.gz samba-564b4c7443b256e002b7ac173d4c5e8870980de3.tar.bz2 samba-564b4c7443b256e002b7ac173d4c5e8870980de3.zip |
s4:dsdb disable tokenGroups until end of rewrite
I need to change the functions this calls
Andrew Bartlett
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/operational.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/operational.c b/source4/dsdb/samdb/ldb_modules/operational.c index a2dab21c5d..57c7a44e35 100644 --- a/source4/dsdb/samdb/ldb_modules/operational.c +++ b/source4/dsdb/samdb/ldb_modules/operational.c @@ -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; } |