1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/nsswitch
0001-01-01 00:00:00 +00:00
..
.cvsignore Ignore *.po files. 0001-01-01 00:00:00 +00:00
pam_winbind.c Merge from TNG branch. 0001-01-01 00:00:00 +00:00
pam_winbind.h Try to fix build by adding autoconf tests for pam headers. 0001-01-01 00:00:00 +00:00
README added basic nsswitch support - this allows you to use a "wins" entry 0001-01-01 00:00:00 +00:00
wb_client.c the nss and pam modules in winbind don't have strchr_m() yet, so use 0001-01-01 00:00:00 +00:00
wb_common.c added winbind_exclude_domain() so smbd can tell the winbind client 0001-01-01 00:00:00 +00:00
wbinfo.c the nss and pam modules in winbind don't have strchr_m() yet, so use 0001-01-01 00:00:00 +00:00
winbind_nss_config.h a better test for unix domain sockets 0001-01-01 00:00:00 +00:00
winbind_nss_solaris.c added solaris wrapper from tng 0001-01-01 00:00:00 +00:00
winbind_nss.c the nss and pam modules in winbind don't have strchr_m() yet, so use 0001-01-01 00:00:00 +00:00
winbindd_cache.c use LDSHFLAGS not -shared in several places 0001-01-01 00:00:00 +00:00
winbindd_glue.c In wb_samr_query_dispinfo() pass back the 32-bit status code from 0001-01-01 00:00:00 +00:00
winbindd_group.c Misc fixes to get winbindd working. We can now do a 'getent passwd' 0001-01-01 00:00:00 +00:00
winbindd_idmap.c use LDSHFLAGS not -shared in several places 0001-01-01 00:00:00 +00:00
winbindd_misc.c Merge of change machine account password race fix from appliance branch. 0001-01-01 00:00:00 +00:00
winbindd_nss.h Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS. 0001-01-01 00:00:00 +00:00
winbindd_pam.c the nss and pam modules in winbind don't have strchr_m() yet, so use 0001-01-01 00:00:00 +00:00
winbindd_proto.h Compile fixes for dynamic samr_query_userinfo() stuff. 0001-01-01 00:00:00 +00:00
winbindd_sid.c Compile fixes for dynamic samr_query_userinfo() stuff. 0001-01-01 00:00:00 +00:00
winbindd_user.c Compile fixes for dynamic samr_query_userinfo() stuff. 0001-01-01 00:00:00 +00:00
winbindd_util.c Merged across rewritten version of winbindd_kill_connections(). This now 0001-01-01 00:00:00 +00:00
winbindd.c the nss and pam modules in winbind don't have strchr_m() yet, so use 0001-01-01 00:00:00 +00:00
winbindd.h Preliminary merge of winbind into HEAD. Note that this compiles and links 0001-01-01 00:00:00 +00:00
wins.c The big character set handling changeover! 0001-01-01 00:00:00 +00:00

This extension provides a "wins" module for NSS on glibc2/Linux.  This
allows you to use a WINS entry in /etc/nsswitch.conf for hostname
resolution, allowing you to resolve netbios names via start unix
gethostbyname() calls. The end result is that you can use netbios
names as host names in unix apps.

1) run configure
2) run "make nsswitch"
3) cp nsswitch/libnss_wins.so /lib/libnss_wins.so.2
4) add a wins entry to the hosts line in /etc/nsswitch.conf
5) use it

tridge@linuxcare.com