1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:idmap_tdb: implement allocate_id in idmap methods for tdb backend

This commit is contained in:
Michael Adam 2010-06-22 14:41:31 +02:00
parent 2b9ad09ae7
commit 0f248169d9

View File

@ -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
};