[JBoss JIRA] (AS7-4680) Logout a remote client from server and clearing login module cache.
by Serkan Yıldırım (JIRA)
Serkan Yıldırım created AS7-4680:
------------------------------------
Summary: Logout a remote client from server and clearing login module cache.
Key: AS7-4680
URL: https://issues.jboss.org/browse/AS7-4680
Project: Application Server 7
Issue Type: Feature Request
Components: Remoting, Security, Server
Affects Versions: 7.1.1.Final
Environment: java 1.6
win 7 64 bit
4 gb ram
Reporter: Serkan Yıldırım
Assignee: David Lloyd
Priority: Blocker
I have a custom login module. I authenticate and authorize a user (creating roles) by using this custom module. When i close the remote application, i want to logout the user from server so that clear login module cache, i.e deleting principals and roles from the cache. I couldn't find a solution for this problem in forum. If it exists, could you please explain it, thanks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (SECURITY-671) Negotiation/SPNEGO: Fallback to authenticate Form/Basic with ActiveDirectory
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/SECURITY-671?page=com.atlassian.jira.plug... ]
Darran Lofthouse updated SECURITY-671:
--------------------------------------
Assignee: (was: Darran Lofthouse)
> Negotiation/SPNEGO: Fallback to authenticate Form/Basic with ActiveDirectory
> ----------------------------------------------------------------------------
>
> Key: SECURITY-671
> URL: https://issues.jboss.org/browse/SECURITY-671
> Project: PicketBox
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Environment: EAP 6.0.0 / JBossAS 7.1.2
> Reporter: Jochen Riedlinger
> Attachments: krb5.conf, Krb5TicketInitiator.java, LBankSPNEGOLoginModule.java, part_of_standalone.xml
>
>
> Since Version 4 of JBossAS we had our own implementations of a SPNEGOAuthenticator and SPNEGOLoginModule. While trying to migrate to EAP 6 I wanted to switch to your imlementation, because it is officially supported.
> Unfortunately I find that your implementation is not yet finished because it lacks in a fallback solution that is able to validate username/password from BASIC/FORM authentication with ActiveDirectory.
> Since I had this feature in my old implementation I want to offer to contribute it here to the Negotiation component of the project (unfortunately there is no JIRA component for Negotiation).
> I think this would be valuable for anybody using SPNEGO.
> My implementation would even word for remote-ejb-calls (with plain username password sent OR when sending a kerberos ticket in the password field)
> If you are interested I'll upload my code and configuration instructions (RedHat employees can already see it in Support Case 00640390).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JGRP-1542) RELAY2: preserve messages flags when forwarding / routing / delivering messages
by Bela Ban (JIRA)
Bela Ban created JGRP-1542:
------------------------------
Summary: RELAY2: preserve messages flags when forwarding / routing / delivering messages
Key: JGRP-1542
URL: https://issues.jboss.org/browse/JGRP-1542
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.3
When forwarding a message to the local site master, routing a message from the site master over the bridge to a remote site master and delivering a message received from a remote site master in the local site, the original message M is marshalled into a byte buffer and tucked into a new message M'.
However, M' does *not* copy the flags of M. So, for instance, if M was tagged as OOB, M' won't be OOB, therefore forwarding, routing and delivering locally won't be done on the OOB thread pool. Only when M' is unpacked, then M will have the original flags preserved.
SOLUTION:
Copy the flags of the original message into the wrapping message used to forward, route and deliver the original message.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JGRP-1543) RELAY2: provide SITE-UNREACHABLE notifications
by Bela Ban (JIRA)
Bela Ban created JGRP-1543:
------------------------------
Summary: RELAY2: provide SITE-UNREACHABLE notifications
Key: JGRP-1543
URL: https://issues.jboss.org/browse/JGRP-1543
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.3
Provide notifications when a site is down, every time a message is sent to a SiterMaster(X) and X is down, a notification SITE-UNREACHABLE should be emitted.
This can be:
- A SITE_UNREACHABLE event being sent up the stack of the message sender
- A callback being invoked on registered listeners in RELAY2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month