]> git.ipfire.org Git - thirdparty/samba.git/commit
- Provide sid->name lookup support for non-unix accounts.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 12:24:18 +0000 (12:24 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 26 Jan 2002 12:24:18 +0000 (12:24 +0000)
commit25cadce67bc8effd4248ab993ae78e1d8511d994
tree9617a4e40b3a6ac66c1a7e8e6f726f37b990717a
parent5dfba2cf536f761b0aee314ed9e30dc53900b691
 - Provide sid->name lookup support for non-unix accounts.

 - Rework the name -> sid lookup function to always try local lookup first (for
local domain names) before trying winbind.  This seems to eliminate my winbind
feedback loop problems.  (I don't use winbind for nsswitch, where there are
almost certainly further issues).

Andrew Bartlett
source/passdb/passdb.c
source/smbd/uid.c