# Map the email address to user name
#
pam_pkcs11 {
  use_mappers = mail;
  mapper mail {
	debug = false;
	module = internal;
	mapfile = file:///etc/security/pam_pkcs11/mail_mapping;
	# Some certs store email in uppercase. take care on this
	ignorecase = true;
	# Also check that host matches mx domain
	# when using mapfile this feature is ignored
	ignoredomain = false;
  }
}
