1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/nsswitch
Andrew Tridgell 8e4ab747b0 more fixes from the IRIX compiler (thanks herb!)
(This used to be commit 4cf3839b72)
2003-08-15 18:33:43 +00:00
..
.cvsignore first public release of samba4 code 2003-08-13 01:53:07 +00:00
hp_nss_common.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
hp_nss_dbdefs.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
nss.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
pam_winbind.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
pam_winbind.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
wb_client.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
wb_common.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
wbinfo.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbind_client.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbind_nss_config.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbind_nss_solaris.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbind_nss.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_ads.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_cache.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_cm.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_dual.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_group.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_idmap_tdb.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_idmap.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_misc.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_nss.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_pam.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_rpc.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_sid.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_user.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_util.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd_wins.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
winbindd.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
winbindd.h first public release of samba4 code 2003-08-13 01:53:07 +00:00
wins.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +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