-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for direct access from cadmin to CPAS instances.
CPAS instances need to accept admin requests directly from clients, not only via the DAS. To permit this, these changes fall into two broad categories: - Relaxing the prohibition against direct (non-DAS) admin access to instances, and - Allowing commands which affect authentication to be replicated to instances. AdminAdapter used to require admin requests to instances to originate from the DAS. This restriction is no longer enforced. Some of the important authentication-related commands - changing the admin password and managing file users - need to be replicated to running instances so that they use the up-to-date information when authenticating users, since such users can now connect directly to the instances. The general approach to authentication will be changing anyway, but this handful of changes will allow cadmin to connect directly to instances in the short term. git-svn-id: https://svn.java.net/svn/glassfish~svn/trunk/main@53781 6f3ba3e3-413c-0410-a8aa-90bee3ab43b5
- Loading branch information
tjquinn
committed
May 2, 2012
1 parent
f32783d
commit 0ef96b5
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters