summaryrefslogtreecommitdiff
path: root/source3/nsswitch/nss_info.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22724: Call an nss_info backend's init() function if theGerald Carter1-3/+8
previous call was unsuccessful. needed for offline logons. (This used to be commit c3a8dc5d136e33b66849c38bfa910cd044cd521f)
2007-10-10r21616: Delay initialization of idmap and nss_info backends until necessaryGerald Carter1-7/+39
so they can honor the offline logon state. (This used to be commit 15b13dfe81e861b94077c94b80117a85a5ffb999)
2007-10-10r21001: * Use a simple '#define LDAPMessage void' to fix the buildGerald Carter1-26/+0
problems in the nss_info interface when HAVE_LDAP is undefined. * Revert previous ifdef HAVE_ADS brakets * Remove an unused init function wrapper. (This used to be commit 2ba353848b6d8d36520e7fd82576653a39c602cd)
2007-10-10r20992: another attempt at fixing the build breakageGerald Carter1-22/+9
(This used to be commit 7011a1b5abc7d56da5beba904e3328014f315f0d)
2007-10-10r20986: Commit the prototype of the nss_info plugin interface.Gerald Carter1-73/+267
This allows a provider to supply the homedirectory, etc... attributes for a user without requiring support in core winbindd code. The idmap_ad.c module has been modified to provide the idmap 'ad' library as well as the rfc2307 and sfu "winbind nss info" support. The SID/id mapping is working in idmap_ad but the nss_info still has a few quirks that I'm in the process of resolving. (This used to be commit aaec0115e2c96935499052d9a637a20c6445986e)
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-0/+111
Simo. (This used to be commit 50cd8bffeeed2cac755f75fc3d76fe41c451976b)