jlibtool depends on HEADERS
[freeradius.git] / src / modules / rlm_smb / README
1   Other than the make file and rlm_smb.c, these source code in this
2 directory was taken from pam_smb, version 1.1.6, located at:
3
4 http://www.csn.ul.ie/~airlied/pam_smb/
5
6   If there are ANY discrepancies between these files and pam_smb, then
7 pam_smb SHOULD be taken to be the definitive source code.
8
9 rfcnb-util.c has been modified to use FreeRADIUS's ip_getaddr function
10 which does both inet_addr and gethostbyname{,_r} and returns just the
11 uint32_t or INADDR_ANY on failure.