summaryrefslogtreecommitdiff
path: root/source3/nsswitch/idmap_nss.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r20290: Remove unused callSimo Sorce1-9/+1
(This used to be commit 4920265c31e073cbc0fdbfbe42dc8e47dbadca54)
2007-10-10r20289: IDMAP is part of winbind but not the main process.Simo Sorce1-30/+23
Make sure we route all request to remote DCs via the main process so that IDMAP can correctly reuse DC connections and use the async interface. This fixes also idmap_nss so that it is able to resolve local group names (requires patch on the samba dc earlier committed to SAMBA_3_0 to make it resolve both the mapped and the unmapped name). Simo. (This used to be commit 4297510f22c3fd60afd062e3c5eb142be2122b16)
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-0/+231
Simo. (This used to be commit 50cd8bffeeed2cac755f75fc3d76fe41c451976b)