s3:idmap_tdb: add idmap_tdb_get_new_id() to allocate a new id given a domain
authorMichael Adam <obnox@samba.org>
Wed, 16 Jun 2010 07:26:17 +0000 (09:26 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 10:22:11 +0000 (12:22 +0200)
commit2d52f7c27a8cd9bf6e793d5b643528cb3b3d3750
tree6cadda7d373607f47e3b2e51c67a116a5f6cbcab
parent674b9ba2077e9f6f8284e898549d9f0b276e33fb
s3:idmap_tdb: add idmap_tdb_get_new_id() to allocate a new id given a domain

Currently this only works with the default domain, calling out
to idmap_tdb_allocate_id(). In the future this will be extended
to also work for non-default domains.
source3/winbindd/idmap_tdb.c