summaryrefslogtreecommitdiffstats
path: root/examples/nss
Commit message (Collapse)AuthorAgeFilesLines
* Commit sid<->[ug]id extensions to libnss_winbind.so on Linux, as well as aVolker Lendecke2004-01-163-266/+521
| | | | | | | | | | factored-out nss_winbind.[ch]. I took tridge's public domain license comment for the nss_winbind.[ch]. This is probably not the last word on that extension, but as it is quite non-intrusive to the main samba code, I would like to give it a start. Volker
* added a wbtest program that shows how to access winbindd extended nssAndrew Tridgell2003-11-191-0/+375
functionality directly from an application. This is under a liberal license as we want application vendors to be able to use the example code