view mod_dwd.wiki @ 381:a21acacc8b22

mod_auth_ccert and mod_auth_ldap2: Add Type-Auth labels
author Kim Alvefur <zash@zash.se>
date Sat, 29 Jun 2013 22:57:39 +0200
parents bdac3ad25bce
children 879a52bac2af
line wrap: on
line source

#summary Dialback-without-Dialback

= Introduction =

This module implements an optimization of the Dialback protocol, by
skipping the dialback step for servers presenting a valid certificate.

= Configuration =

Simply add the module to the `modules_enabled` list.

{{{
	modules_enabled = {
		...
		"dwd";
	}
}}}

= Compatibility =
||0.9 + LuaSec 0.5||Works||
||0.8||Doesn't work||