Subversion Repositories ALCASAR

Rev

Rev 2420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2420 Rev 2422
Line 381... Line 381...
381
	#  LDAP and/or SQL queries for TTLS or PEAP.
381
	#  LDAP and/or SQL queries for TTLS or PEAP.
382
	#
382
	#
383
#	eap {
383
#	eap {
384
#		ok = return
384
#		ok = return
385
#		updated = return
385
#		updated = return
386
	}
386
#	}
387
 
387
 
388
	#
388
	#
389
	#  Pull crypt'd passwords from /etc/passwd or /etc/shadow,
389
	#  Pull crypt'd passwords from /etc/passwd or /etc/shadow,
390
	#  using the system API's to get the password.  If you want
390
	#  using the system API's to get the password.  If you want
391
	#  to read /etc/passwd or /etc/shadow directly, see the
391
	#  to read /etc/passwd or /etc/shadow directly, see the
Line 826... Line 826...
826
	#
826
	#
827
	#  The "session-state" attributes are not available here.
827
	#  The "session-state" attributes are not available here.
828
	#
828
	#
829
	Post-Auth-Type REJECT {
829
	Post-Auth-Type REJECT {
830
		# log failed authentications in SQL, too.
830
		# log failed authentications in SQL, too.
831
		sql
831
		-sql
832
		attr_filter.access_reject
832
		attr_filter.access_reject
833
 
833
 
834
		# Insert EAP-Failure message if the request was
834
		# Insert EAP-Failure message if the request was
835
		# rejected by policy instead of because of an
835
		# rejected by policy instead of because of an
836
		# authentication failure
836
		# authentication failure
837
#		eap
837
		eap
838
 
838
 
839
		#  Remove reply message if the response contains an EAP-Message
839
		#  Remove reply message if the response contains an EAP-Message
840
#		remove_reply_message_if_eap
840
        #  remove_reply_message_if_eap
841
	}
841
	}
842
 
842
 
843
	#
843
	#
844
	#  Filter access challenges.
844
	#  Filter access challenges.
845
	#
845
	#