29 Apr
2012
29 Apr
'12
6:38 p.m.
On Mon, Apr 30, 2012 at 5:28 AM, Khapare Joshi <khapare77@gmail.com> wrote:
As per log it mschap need cleartext password,
NT-Hash will also work: http://deployingradius.com/documents/protocols/compatibility.html
and ldap does not store password in clear text. I do not want to integrate to windows server or samba stuff if possible. How can I achieve ldap authentication without installing samba and adding radius server into active directory ?
Not with your current setup. You need to either: - have cleartext or nt-hash stored in your LDAP schema, or - don't use mschap. Configure your client to ONLY use pap. -- Fajar