[JBoss JIRA] (WFLY-3782) add-user.sh actually does not honor JBOSS_BASE_DIR
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-3782?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse resolved WFLY-3782.
------------------------------------
Fix Version/s: 9.0.0.Beta1
(was: Awaiting Volunteers)
Resolution: Incomplete Description
> add-user.sh actually does not honor JBOSS_BASE_DIR
> --------------------------------------------------
>
> Key: WFLY-3782
> URL: https://issues.jboss.org/browse/WFLY-3782
> Project: WildFly
> Issue Type: Feature Request
> Components: Scripts
> Affects Versions: 8.1.0.Final
> Environment: linux
> Reporter: David Tonhofer
> Assignee: Darran Lofthouse
> Fix For: 9.0.0.Beta1
>
>
> add-user.sh does not check whether the JBOSS_BASE_DIR points to another directory that the one which can be deduced from JBOSS_HOME assuming the default installation. This may not be what one wants, as one actually wants to update files:
> JBOSS_BASE_DIR/configuration/mgmt-users.properties'
> JBOSS_BASE_DIR/configuration/mgmt-users.properties'
> instead of
> JBOSS_HOME/standalone/configuration/mgmt-users.properties'
> JBOSS_HOME/standalone/configuration/mgmt-users.properties'
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (WFLY-1673) Security Realms need a mechanism to allow querying of all known groups and users.
by Darran Lofthouse (JIRA)
[ https://issues.jboss.org/browse/WFLY-1673?page=com.atlassian.jira.plugin.... ]
Darran Lofthouse resolved WFLY-1673.
------------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Out of Date
This whole area is being re-visited with Elytron.
> Security Realms need a mechanism to allow querying of all known groups and users.
> ---------------------------------------------------------------------------------
>
> Key: WFLY-1673
> URL: https://issues.jboss.org/browse/WFLY-1673
> Project: WildFly
> Issue Type: Task
> Components: Domain Management, Security
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Priority: Critical
> Labels: management_security,, management_sso
> Fix For: 9.0.0.Beta1
>
>
> As part of the access control development we are adding the capability for users and groups to be associated with roles - for this to be most effective the admin tools need to be able to see the existing groups and users eligible for assignment.
> During authentication any queries executed are very targeted towards the currently authenticated user i.e. just searching for that users groups - now we need something to identify all users and groups.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (AS7-6245) ClassNotFoundException if CMP2 entity-command is used
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/AS7-6245?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on AS7-6245:
----------------------------------------------
Ivo Studensky <istudens(a)redhat.com> changed the Status of [bug 901279|https://bugzilla.redhat.com/show_bug.cgi?id=901279] from ASSIGNED to POST
> ClassNotFoundException if CMP2 entity-command is used
> -----------------------------------------------------
>
> Key: AS7-6245
> URL: https://issues.jboss.org/browse/AS7-6245
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Reporter: Wolf-Dieter Fink
> Assignee: Wolf-Dieter Fink
> Labels: cmp, ejb2
> Fix For: EAP 6.1.0.Alpha (7.2.0.Final), 7.1.4.Final (EAP)
>
>
> If a EJB2 - CMP2 EntityBean uses an entity-command 'mysql-get-generated-keys' to generate the primary key, the server deploy with an error message:
> Caused by: java.lang.RuntimeException: JBAS018572: Could not load driver class: com.mysql.jdbc.PreparedStatement
> This may happen for different entity-commands if other databases are used!
> If the datasource module is added to the org/jboss/as/cmp modules dependencies, the startup shows:
> MSC000001: Failed to start service ... : JBAS010785: Failed start store manager
> Caused by: java.lang.RuntimeException: JBAS010732: Couldn't create entity command
> Caused by: java.lang.RuntimeException: JBAS018574: Could not load org.jboss.resource.adapter.jdbc.StatementAccess
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (ELY-85) Support GSS-Proxy
by Jan Pazdziora (JIRA)
[ https://issues.jboss.org/browse/ELY-85?page=com.atlassian.jira.plugin.sys... ]
Jan Pazdziora commented on ELY-85:
----------------------------------
The goal is not to be limited to GSS-Proxy. It's much more about being able to use native OS libraries, something that
<property name="sun.security.jgss.native" value="true"/>
<property name="sun.security.jgss.lib" value="/usr/lib64/libgssapi_krb5.so.2"/>
promises to do but apparently does not: https://bugzilla.redhat.com/show_bug.cgi?id=1026709
> Support GSS-Proxy
> -----------------
>
> Key: ELY-85
> URL: https://issues.jboss.org/browse/ELY-85
> Project: WildFly Elytron
> Issue Type: Feature Request
> Components: SASL
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.0.0.Beta1
>
>
> GSS Proxy is something we should consider being able to support when running on an OS that supports it: -
> https://fedorahosted.org/gss-proxy/
> The big first step will be to identify what is required to achieve this, is this something that can be solved with a custom login module or does this also impact on the Java supplied GSSAPI implementation.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (AS7-6245) ClassNotFoundException if CMP2 entity-command is used
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/AS7-6245?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on AS7-6245:
----------------------------------------------
Ivo Studensky <istudens(a)redhat.com> changed the Status of [bug 901279|https://bugzilla.redhat.com/show_bug.cgi?id=901279] from NEW to ASSIGNED
> ClassNotFoundException if CMP2 entity-command is used
> -----------------------------------------------------
>
> Key: AS7-6245
> URL: https://issues.jboss.org/browse/AS7-6245
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Reporter: Wolf-Dieter Fink
> Assignee: Wolf-Dieter Fink
> Labels: cmp, ejb2
> Fix For: EAP 6.1.0.Alpha (7.2.0.Final), 7.1.4.Final (EAP)
>
>
> If a EJB2 - CMP2 EntityBean uses an entity-command 'mysql-get-generated-keys' to generate the primary key, the server deploy with an error message:
> Caused by: java.lang.RuntimeException: JBAS018572: Could not load driver class: com.mysql.jdbc.PreparedStatement
> This may happen for different entity-commands if other databases are used!
> If the datasource module is added to the org/jboss/as/cmp modules dependencies, the startup shows:
> MSC000001: Failed to start service ... : JBAS010785: Failed start store manager
> Caused by: java.lang.RuntimeException: JBAS010732: Couldn't create entity command
> Caused by: java.lang.RuntimeException: JBAS018574: Could not load org.jboss.resource.adapter.jdbc.StatementAccess
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month
[JBoss JIRA] (AS7-6245) ClassNotFoundException if CMP2 entity-command is used
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/AS7-6245?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on AS7-6245:
----------------------------------------------
Ivo Studensky <istudens(a)redhat.com> changed the Status of [bug 901279|https://bugzilla.redhat.com/show_bug.cgi?id=901279] from CLOSED to NEW
> ClassNotFoundException if CMP2 entity-command is used
> -----------------------------------------------------
>
> Key: AS7-6245
> URL: https://issues.jboss.org/browse/AS7-6245
> Project: Application Server 7
> Issue Type: Bug
> Components: EJB
> Reporter: Wolf-Dieter Fink
> Assignee: Wolf-Dieter Fink
> Labels: cmp, ejb2
> Fix For: EAP 6.1.0.Alpha (7.2.0.Final), 7.1.4.Final (EAP)
>
>
> If a EJB2 - CMP2 EntityBean uses an entity-command 'mysql-get-generated-keys' to generate the primary key, the server deploy with an error message:
> Caused by: java.lang.RuntimeException: JBAS018572: Could not load driver class: com.mysql.jdbc.PreparedStatement
> This may happen for different entity-commands if other databases are used!
> If the datasource module is added to the org/jboss/as/cmp modules dependencies, the startup shows:
> MSC000001: Failed to start service ... : JBAS010785: Failed start store manager
> Caused by: java.lang.RuntimeException: JBAS010732: Couldn't create entity command
> Caused by: java.lang.RuntimeException: JBAS018574: Could not load org.jboss.resource.adapter.jdbc.StatementAccess
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 1 month