gsanstra's blog

Protected Content JSP Page - Only viewable when autenthicated

Problem: Create a page with content only viewable when logged in.
Version of Luminis: 3.3.3

By looking at a number of JSP pages I came up with the following code, which I placed in $CP_ROOT/webapps/luminis/ipx/misc/somefile.jsp

I placed a link to the jsp page in a targeted content channel and open it in a new window, but you could probably put it on a tab as well.

If you access the file outside of the portal (when you are not yet authenticated) it will display a link to the login page. If you arrived to the page after you have been authenticated it display some content (for simplicity I removed all the content).

Custom Role Processing between Banner and Luminis through LDI

Just some quick notes on Custom Role Processing through LDI. Hope it will help somebody....

INB: Define the new role on GTVSQRU

INB: Create select statement for the new role on GORRSQL (ensure to return only distinct pidms)

Portal: 
	Update pds.roles.external with configman in Luminis ldap:
	Lookup current roles with:
		configman -g pds.roles.external

	Create a roles file with the following content, and all your institutions roles appended:
		pds.roles.external = Alumni,...., newrole
	
	import the roles.txt file into ldap with:
		configman -i roles.txt
	
	create a new accessgroup as the portal admin:
Syndicate content