You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/01/30 23:44:24 UTC

[12/50] guacamole-client git commit: GUACAMOLE-197: Correct comments on controller js files.

GUACAMOLE-197: Correct comments on controller js files.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/773f2da9
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/773f2da9
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/773f2da9

Branch: refs/heads/master
Commit: 773f2da9cecb64711f99f4134d5048fde6db34b5
Parents: 3a5c43b
Author: Nick Couchman <ni...@yahoo.com>
Authored: Tue Mar 21 22:17:55 2017 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jan 29 17:08:10 2018 -0500

----------------------------------------------------------------------
 .../src/main/resources/controllers/radiusResponseController.js | 5 ++---
 .../src/main/resources/controllers/radiusStateController.js    | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/773f2da9/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusResponseController.js
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusResponseController.js b/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusResponseController.js
index fb16e6a..9e363de 100644
--- a/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusResponseController.js
+++ b/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusResponseController.js
@@ -18,9 +18,8 @@
  */
 
 /**
- * Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which uses the DuoWeb
- * API to prompt the user for additional credentials, ultimately receiving a
- * signed response from the Duo service.
+ * Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which
+ * passes the RADIUS server challenge to the user and takes the response.
  */
 angular.module('guacRadius').controller('radiusResponseController', ['$scope', '$element',
         function radiusResponseController($scope, $element) {

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/773f2da9/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusStateController.js
----------------------------------------------------------------------
diff --git a/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusStateController.js b/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusStateController.js
index 908aa3b..726f2f5 100644
--- a/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusStateController.js
+++ b/extensions/guacamole-auth-radius/src/main/resources/controllers/radiusStateController.js
@@ -18,9 +18,9 @@
  */
 
 /**
- * Controller for the "GUAC_RADIUS_CHALLENGE_RESPONSE" field which uses the DuoWeb
- * API to prompt the user for additional credentials, ultimately receiving a
- * signed response from the Duo service.
+ * Controller for the "GUAC_RADIUS_STATE" field which is used to pass
+ * the RADIUS server state to maintain the session with the RADIUS
+ * server.
  */
 angular.module('guacRadius').controller('radiusStateController', ['$scope', '$element',
         function radiusStateController($scope, $element) {