don't dereference null pointer
[Samba/gebeck_regimport.git] / source4 / nsswitch / README
blob9f0c581df60d9df8421688ce30c6d5425e93f37c
1 This extension provides a "wins" module for NSS on glibc2/Linux.  This
2 allows you to use a WINS entry in /etc/nsswitch.conf for hostname
3 resolution, allowing you to resolve netbios names via start unix
4 gethostbyname() calls. The end result is that you can use netbios
5 names as host names in unix apps.
7 1) run configure
8 2) run "make nsswitch"
9 3) cp nsswitch/libnss_wins.so /lib/libnss_wins.so.2
10 4) add a wins entry to the hosts line in /etc/nsswitch.conf
11 5) use it
13 tridge@linuxcare.com