<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>>Now we are stuck at this point how to authenticate users via free radius.</div>
<div>>Any help or pointers on this would be grateful.</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<p dir="ltr">Hi Pratik,</p>
</span>
<div>You can write your own keystone middleware to authenticate with.</div>
<div><br>
</div>
<div>There is a nice doc about that here: </div>
<div><a href="http://docs.openstack.org/developer/keystone/external-auth.html">http://docs.openstack.org/developer/keystone/external-auth.html</a></div>
<div><br>
</div>
<div>
<div>Note that if you use external_auth as in the example it will only take over the authentication:</div>
<div>The user will still need to exist in keystone and roles need to be assigned in the keystone backend.</div>
</div>
<div><br>
</div>
<div>For  a "fully integrated” solution you will have to look at LDAP afaik.</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Robert van Leeuwen</div>
</body>
</html>