<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'm having a problem even though it bind successfully because there is no<br>
password attribute in the LDAP server of Lotus Notes. Does it mean that<br>
Lotus Notes doesn't store the password of its users in the LDAP server?<br></blockquote><div><br></div><div>A more accurate description is that Lotus Domino encrypts the password in a non-standard way. You could still use it for authentication though. Look at /etc/raddb/sites-enabled/default, and you should see something like this</div>
<div><br></div><div><div>        # Uncomment it if you want to use ldap for authentication</div><div>        #</div><div>        # Note that this means "check plain-text password against</div><div>        # the ldap database", which means that EAP won't work,</div>
<div>        # as it does not supply a plain-text password.</div><div>        Auth-Type LDAP {</div><div>                ldap</div><div>        }</div><div><br></div></div><div><br></div><div>For that to work, you need to have client supply plain-text password. Which means MSCHAP or EAP-MSCHAPv2 won't work.</div>
<div>EAP-GTC could work though, with a little effort.</div><div><br></div><div>-- </div><div>Fajar</div></div>