You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/07/11 19:30:16 UTC

[Bug 55243] New: Add special search string for nested roles

https://issues.apache.org/bugzilla/show_bug.cgi?id=55243

            Bug ID: 55243
           Summary: Add special search string for nested roles
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: felix.schumacher@internetallee.de

Created attachment 30582
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30582&action=edit
add possibility for different search strings for first time role search and
nested roles search

Add a extra configuration parameter for JNDIRealm to enable a different search
string for nested roles search, than for first time roles search.

Travis Bowen asked on the mailing list for such a feature (see
http://mail-archives.apache.org/mod_mbox/tomcat-users/201307.mbox/%3COF4FB3A7F7.CD8C08AE-ON87257BA3.00761A31-07257BA3.00774876@us.ibm.com%3E).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55243] Add special search string for nested roles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55243

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30582|0                           |1
        is obsolete|                            |

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 30609
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30609&action=edit
add possibility for different search strings for first time role search and
nested roles search

I was not sure about the implicit set of roleNested either, so I leave it out
now.

Added Documentation to docs/config/realm.xml about new property.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55243] Add special search string for nested roles

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55243

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
The patch also needs to update the JNDI Realm Documentation.

I'm not convinced that roleNested should be set to true if this is set. If
roleNested is set to false for some reason the user will have no way of telling
what the resulting value of roleNested will be since the XML parser determines
the order the attributes are set.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org