s3:idmap_tdb: implement allocate_id in idmap methods for tdb backend
authorMichael Adam <obnox@samba.org>
Tue, 22 Jun 2010 12:41:31 +0000 (14:41 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 10:22:11 +0000 (12:22 +0200)
source3/winbindd/idmap_tdb.c

index 6f76097bf6b7cbeb8a67d286f420be221786bfdb..098b565a91e8e3cd6306673eb7c94e3f58526f27 100644 (file)
@@ -966,6 +966,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
 };