<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote type="cite">
  <pre wrap="">I use eap-tsl for the registration record of computer. It is necessary
<span class="moz-txt-citetags">></span>to open access to the network to pressure of Ctrl+Alt+Del.
<span class="moz-txt-citetags">></span>I will not understand what is the matter:
<span class="moz-txt-citetags">></span>
  </pre>
  <pre wrap=""><!---->..
  </pre>
  <blockquote type="cite">
    <pre wrap=""><span class="moz-txt-citetags">></span>radius_xlat:  'host/cit44'
<span class="moz-txt-citetags">> </span>   rlm_eap_tls: checking certificate CN (cit44) with xlat'ed value
<span class="moz-txt-citetags">></span>(host/cit44)
<span class="moz-txt-citetags">></span>rlm_eap_tls: Certificate CN (cit44) does not match specified value
<span class="moz-txt-citetags">></span>(host/cit44)!
<span class="moz-txt-citetags">></span>chain-depth=0,
<span class="moz-txt-citetags">></span>error=0
<span class="moz-txt-citetags">></span>--> User-Name = host/cit44
<span class="moz-txt-citetags">></span>--> BUF-Name = cit44
<span class="moz-txt-citetags">></span>--> subject = /C=UA/ST=Berkshire/L=Newbury/O=zaz/OU=mis/CN=cit44
<span class="moz-txt-citetags">></span>--> issuer  = /C=UA/ST=ZaporozshE/L=ZP/O=ZAZ/OU=MIS/CN=Administrator
<span class="moz-txt-citetags">></span>--> verify return:0
    </pre>
  </blockquote>
  <pre wrap=""><!---->..

User-Name and CN are not the same. Create a proper certificate.</pre>
</blockquote>
<tt>I created new certificate from CN=host/cit44. This is what it is
obtained:<br>
</tt>
<pre wrap=""><span class="moz-txt-citetags"></span>radius_xlat:  'host/host/cit44'
<span class="moz-txt-citetags"></span>rlm_eap_tls: checking certificate CN (host/cit44) with xlat'ed value
<span class="moz-txt-citetags"></span>(host/host/cit44)
<span class="moz-txt-citetags"></span>rlm_eap_tls: Certificate CN (host/cit44) does not match specified value
<span class="moz-txt-citetags"></span>(host/host/cit44)!
<span class="moz-txt-citetags"></span>chain-depth=0,
<span class="moz-txt-citetags"></span>error=0
<span class="moz-txt-citetags"></span>User-Name = host/host/cit44
<span class="moz-txt-citetags"></span>BUF-Name = host/cit44
<span class="moz-txt-citetags"></span>subject = /C=UA/ST=Berkshire/L=Newbury/O=zaz/OU=mis/CN=host/cit44
<span class="moz-txt-citetags"></span>issuer  = /C=UA/ST=ZaporozshE/L=ZP/O=ZAZ/OU=MIS/CN=Administrator
<span class="moz-txt-citetags"></span>verify return:0</pre>
<tt>Why to User-Name is added "/host"?</tt>
</body>
</html>