# -*- text -*-
#
#  $Id: 0a339b4a1b9f1eafeb05992f2643497e802e2a49 $

#  SSPI Interface.
#
#  This module will extend FreeRadius with a socks interface to create and
#  validate One-Time-Passwords. The program for that creates the socket
#  and interacts with this module is not included here.
# 
#  The module does not check the User-Password, this should be done with
#  the "pap" module.  See the example below.
#
#  The module must be used in the "authorize" section to set 
#  Auth-Type properly.  The first time through, the module is called
#  in the "authenticate" section to authenticate the user password, and
#  to send the challenge.  The second time through, it authenticates
#  the response to the challenge. e.g.:
#
#  authorize {
#	...
#	sspi
#	...
#  }
#
#  authenticate {
#	...
#	Auth-Type sspi {
#		pap
#		sspi
#	}
#
#	Auth-Type sspi-reply {
#		sspi
#	}
#	...
#  }
#
sspi {
	#  The location of the socket.
	debug = "yes"
}