mike-jumper commented on a change in pull request #437: GUACAMOLE-769: Polish 
the RADIUS challenge box
URL: https://github.com/apache/guacamole-client/pull/437#discussion_r312751712
 
 

 ##########
 File path: 
extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/AuthenticationProviderService.java
 ##########
 @@ -53,6 +54,12 @@
      * Logger for this class.
      */
     private final Logger logger = 
LoggerFactory.getLogger(AuthenticationProviderService.class);
+    
+    /**
+     * The name of the password field for the user to response to the RADIUS
+     * challenge.
+     */
+    private static final String CHALLENGE_RESPONSE_PARAM = "radisuChallenge";
 
 Review comment:
   radius*

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to