[
https://issues.apache.org/jira/browse/GUACAMOLE-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812821#comment-16812821
]
Michael Jumper commented on GUACAMOLE-774:
------------------------------------------
I don't think lack of support for an algorithm is a bug, but yes, this should
be added if possible. The JDK itself does not support MD4, but there are ways
around this which may be worth investigating:
* Use the Bouncy Castle crypto provider:
https://github.com/coova/jradius/issues/26
* Manually add an MD4 implementation such that {{MessageDigest}} will find it:
https://github.com/OpenNMS/opennms/pull/1878
> Radius mschapv1 and mschapv2 are not supported
> -----------------------------------------------
>
> Key: GUACAMOLE-774
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-774
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole-auth-radius
> Affects Versions: 1.0.0
> Reporter: kamal_ezzaki
> Priority: Minor
>
> after i installed guacamole in my machine i get this error when i try to
> connect using radius
> {color:#FF0000}16:39:55 localhost server: 16:39:55.514 [http-bio-8080-exec-8]
> ERROR o.a.g.a.r.RadiusConnectionService - No such RADIUS algorithm: MD4
> MessageDigest not available{color}
> {color:#FF0000}Apr 8 16:39:55 localhost server: 16:39:55.532
> [http-bio-8080-exec-8] WARN o.a.g.r.auth.AuthenticationService -
> Authentication attempt from 192.168.234.139 for user "TestUser" failed.{color}
>
> {color:#333333}when i use pap, chap authentification it's passed , but using
> mschapv1,mschapv2 the connection doesn't passe {color}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)