s3:idmap: fix sid_to_unixid for builtin and own domain.
commit60eae5a1342cb0e4463d380aa2db837684e111c7
authorMichael Adam <obnox@samba.org>
Fri, 13 Aug 2010 15:26:36 +0000 (13 17:26 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:10:57 +0000 (14 02:10 +0200)
tree63fce5016865a603b83a40dc204f257d178f9fff
parent9f60eb8c1b325ece9127a7c3858de7c7a48ae18f
s3:idmap: fix sid_to_unixid for builtin and own domain.

The old idmap code created a new mapping if asking the backends failed.
Now with the new layering, if passdb (which is used for our own domain
and builtin), then we need to continue and ask the backends, giving
tdb or whatever the default backend is a chance to create a mapping.
source3/winbindd/idmap.c