Installing this module:

1. Make and install pike.
2. Edit Makefile to reflect your system's setup, paying particular
	attention to the section indictating where you've installed pike.
3. Type make; make install
4. Verify your installation by running the following:

$ pike
Pike v0.6 release 105 running Hilfe v2.0 (Incremental Pike Frontend)
> indices(SMBAuth);
Result: ({ /* 1 elements */
    "auth"
})
> exit

You should then be all set! Documentation for the auth function is located
in the file docs located in the same directory as this file.


This module is licensed under the terms of the GNU General Public License.
Please refer to the source code for further details.
