s3:idmap_tdb: add idmap_tdb_get_new_id() to allocate a new id given a domain
commit3c7c19b191419d970f9444d525f65ce7349e9f3d
authorMichael Adam <obnox@samba.org>
Wed, 16 Jun 2010 07:26:17 +0000 (16 09:26 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:41:04 +0000 (14 02:41 +0200)
tree7db921847f761ec20d26d1ddb6446618963de5b8
parent3f6fd206e016412c236edec656d61349b4ca9bae
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