summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-22 14:41:31 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:46 +0200
commit0f248169d9b42fcd9f70d7cf8d13640011dd3256 (patch)
tree01e3a2818090c5d20f21a23fcd90cdfaaf12fce8
parent2b9ad09ae7bbfc4382e620705b2bc9c06e60fa5a (diff)
downloadsamba-0f248169d9b42fcd9f70d7cf8d13640011dd3256.tar.gz
samba-0f248169d9b42fcd9f70d7cf8d13640011dd3256.tar.bz2
samba-0f248169d9b42fcd9f70d7cf8d13640011dd3256.zip
s3:idmap_tdb: implement allocate_id in idmap methods for tdb backend
-rw-r--r--source3/winbindd/idmap_tdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index 140d896a2c..fdea966ad6 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -967,6 +967,7 @@ static struct idmap_methods db_methods = {
.init = idmap_tdb_db_init,
.unixids_to_sids = idmap_tdb_unixids_to_sids,
.sids_to_unixids = idmap_tdb_sids_to_unixids,
+ .allocate_id = idmap_tdb_get_new_id,
.close_fn = idmap_tdb_close
};