[JBoss JIRA] Created: (SECURITY-466) Error handling groups containing '/' in name using AdvancedLDAPLoginModule
by Darran Lofthouse (JIRA)
Error handling groups containing '/' in name using AdvancedLDAPLoginModule
--------------------------------------------------------------------------
Key: SECURITY-466
URL: https://jira.jboss.org/jira/browse/SECURITY-466
Project: PicketBox (JBoss Security and Identity Management)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Negotiation
Affects Versions: Negotiation_2.0.3.SP2
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: Negotiation_2.0.3.SP3, Negotiation_2.0.4.GA
For the following search configuration: -
<module-option name="baseCtxDN">CN=Users,DC=vm137domain,DC=gsslab</module-option>
<module-option name="baseFilter">(userPrincipalName={0})</module-option>
<module-option name="rolesCtxDN">CN=Users,DC=vm137domain,DC=gsslab</module-option>
<module-option name="roleFilter">(distinguishedName={1})</module-option>
<module-option name="roleAttributeID">memberOf</module-option>
<module-option name="roleAttributeIsDN">true</module-option>
<module-option name="roleNameAttributeID">cn</module-option>
<module-option name="recurseRoles">true</module-option>
If groups are found with '/' in the name e.g. 'CN=A/B,CN=Users,DC=vm137domain,DC=gsslab' the following is logged and the group skipped: -
2010-03-03 16:23:52,600 TRACE [org.jboss.security.negotiation.AdvancedLdapLoginModule] (http-10.32.224.157-8080-1) Failed to query roleNameAttrName
javax.naming.NamingException: [LDAP: error code 1 - 000020D6: SvcErr: DSID-031006CC, problem 5012 (DIR_ERROR), data 0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBAS-6820) MDBs are hard-coded to use jms-ra.rar
by Clebert Suconic (JIRA)
MDBs are hard-coded to use jms-ra.rar
-------------------------------------
Key: JBAS-6820
URL: https://jira.jboss.org/jira/browse/JBAS-6820
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: EJB3, JCA service
Affects Versions: JBossAS-5.1.0.Beta1
Reporter: Clebert Suconic
Assignee: Carlo de Wolf
Priority: Critical
We may have to deploy several resource-adapters for JBossMessaging. (Say.. remote servers, backup-servers and other configurations).
It seems that the JNDI for Inbound is simply ignored at some level. Instead of getting the spec Inbound from the JCA configured factory, EJB3 is hard-coding the dependency to the resource adapter and this is not acceptable for JBoss Messaging.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JGRP-1124) aix UDP issue
by Aleksandar Kostadinov (JIRA)
aix UDP issue
-------------
Key: JGRP-1124
URL: https://jira.jboss.org/jira/browse/JGRP-1124
Project: JGroups
Issue Type: Bug
Environment: aix 5
Reporter: Aleksandar Kostadinov
Assignee: Bela Ban
With SOA-P 5.0 ER6 I'm seeing the following exception starting server on aix5:
12:03:27,571 ERROR [UDP] failed sending message to null (154 bytes)
java.lang.Exception: dest=/238.14.15.16:45688 (157 bytes)
at org.jgroups.protocols.UDP._send(UDP.java:361)
at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:302)
at org.jgroups.protocols.TP.doSend(TP.java:1474)
at org.jgroups.protocols.TP.send(TP.java:1464)
at org.jgroups.protocols.TP.down(TP.java:1185)
at org.jgroups.protocols.TP$ProtocolAdapter.down(TP.java:2304)
at org.jgroups.protocols.Discovery.down(Discovery.java:374)
at org.jgroups.protocols.MERGE2.down(MERGE2.java:175)
at org.jgroups.protocols.FD_SOCK.down(FD_SOCK.java:360)
at org.jgroups.protocols.FD.down(FD.java:315)
at org.jgroups.protocols.VERIFY_SUSPECT.down(VERIFY_SUSPECT.java:95)
at org.jgroups.protocols.BARRIER.down(BARRIER.java:107)
at org.jgroups.protocols.pbcast.NAKACK.send(NAKACK.java:803)
at org.jgroups.protocols.pbcast.NAKACK.down(NAKACK.java:604)
at org.jgroups.protocols.UNICAST.down(UNICAST.java:455)
at org.jgroups.protocols.pbcast.STABLE$1.run(STABLE.java:644)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:452)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314)
at java.util.concurrent.FutureTask.run(FutureTask.java:149)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:109)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:218)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:896)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:735)
Caused by:
java.io.IOException: The socket name is not available on this system.
at java.net.DatagramSocket.send(DatagramSocket.java:623)
at org.jgroups.protocols.UDP._send(UDP.java:352)
... 23 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months