On Fri, Mar 14, 2014 at 2:12 AM, <bjoern.bec...@easycash.de> wrote:

> Hello,
>
> thanks for your reply. It doesn't make any difference.
>
> I don't understand how the authenticated user receive permissions for one
> of these roles:
>
>         <role rolename="manager"/>
>         <role rolename="tomcat"/>
>         <role rolename="admin"/>
>         <role rolename="manager-gui"/>
>         <role rolename="manager-jmx"/>
>

That is a UserDatabaseRealm: org.apache.catalina.realm.UserDatabaseRealm

Those roles are different than what would be in your ldap, which is a:
org.apache.catalina.realm.JNDIRealm

Which realm do you want to use?

Reply via email to