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>
Sat, 14 Aug 2010 00:10:46 +0000 (02:10 +0200)
commit2b9ad09ae7bbfc4382e620705b2bc9c06e60fa5a
treea72bec3f051f57f09f3ef08237c88ccfddab62ce
parent9e8df7403af834699eb94a71a5c1131a98c8b4c9
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