Re: LDAP groups (ROLES)
PostPosted:Mon Feb 11, 2013 12:38 pm
by pavila
Re: LDAP groups (ROLES)
PostPosted:Tue Feb 12, 2013 4:53 pm
by averma
'
Re: LDAP groups (ROLES)
PostPosted:Tue Feb 12, 2013 4:59 pm
by averma
If I do that it give a an error page
error.png (102.15 KiB) Viewed 2909 times
Here is my new config:
Code: Select all<security:intercept-url pattern="/login.jsp" access="IS_AUTHENTICATED_ANONYMOUSLY" />
<security:intercept-url pattern="/admin/**" access="OPENKM_ADMIN" />
but if change it to:
Code: Select all<security:intercept-url pattern="/login.jsp" access="IS_AUTHENTICATED_ANONYMOUSLY" />
<security:intercept-url pattern="/admin/**" access="IS_AUTHENTICATED_FULLY" />
then it works
Re: LDAP groups (ROLES)
PostPosted:Thu Feb 14, 2013 10:03 pm
by jllort
For what you says this change <security:intercept-url pattern="/admin/**" access="OPENKM_ADMIN" /> is not running to you. Have you removed OpenKM folder and clean /work/Catalina/localhost folder ?