			     nss_wins 1.0
		      WINS resolver for Solaris
			   By Dj Padzensky
			    PadzNet, Inc.
			  <djpadz@padz.net>

		     http://www.padz.net/~djpadz

-----------------------------------------------------------------------

Building nss_wins.so.1
----------------------

1. Download and extract the latest version of samba v2.

2. cd into the source directory for samba.

3. Run the configuration script.

4. Extract nss_wins.tar.gz into the source directory of the samba
   distribution.  (It will create a directory called nss_wins)

5. Type the following:
	echo include nss_wins/Makefile >> Makefile
	make clean
	make nss_wins/nss_wins.so.1
   (The make clean is critical, as the libraries have to be rebuilt
    with -fPIC)

6. Copy nss_wins/nss_wins.so.1 to /usr/lib

7. Add "wins" to the hosts entry in your nsswitch.conf

8. If you don't have a WINS server on your subnet, you'll need to 
   add a line to your /etc/resolv.conf file of the form:

	wins_server 123.45.56.78
