Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 8be2f753f29c15ec9243ce88753d30ce > files > 4

apache-mod_smbauth-1.4.3-36mdv2010.0.i586.rpm

README
Brian M. Shire <shire@tekrat.com>

Thanks:

	Please note that this code was generated with the Samba project's
	authentication code. -thx
	(http://www.samba.org)

	Thanks to the SWIG project! You've made adding modules effortless!
	(http://www.swig.org)

Building:
	'Make' - makes all modules (dies easily, recommend below)
	'Make <all_caps_name> - makes specific module directory. examples:
		'Make JAVA'
		'Make PYTHON'

Common Functions:

	smbauth_validate(user, pass, pdc, bdc, domain)
		- Validates user with pdc/bdc on domain using pass
		  returns error codes below...
	0 "No Error" (NTV_NO_ERROR)	
	1 "Server Error" (NTV_SERVER_ERROR)
	2 "Protocol Error" (NTV_PROTOCOL_ERROR)
	3 "Logon Error" (NTV_LOGON_ERROR)

	smbauth_err2str(errnum)
		- Converts above error codes to string values.

Specific Modules:
	Please see the specific README.<MODULE> for any module specific details.

Bugs, Requests, Suggestions:
	Please contact me at shire@tekrat.com