ToddTrann's blog

Single sign-on SSO to Exchange 2010 OWA (yes, again)

We had SSO from Luminis to Exchange 2010 OWA working, but somewhere in the last month it broke (we don't have it in prod yet, just test, so it took a while to notice). Nothing looked wrong with the whole setup in cpipconnector config, and no certificate problems, so I finally dug into the javascript for OWA. Now there is a cookie being set client-side in flogon.js (was this added in a service pack?):

document.cookie="PBack=0; path=/"

Luminis and Internet Explorer 9

So IE9 is available for download today. Yay. :(

I've upgraded one of our windows testing machines to IE9 and didn't see any problems with Luminis 4. Specifically, SSO from Luminis to Banner is still working in my testing.

Anyone else seeing problems?

Todd

Funny Classified Ad

I thought I'd share something that isn't technical for a change. After running a portal for over 7 years, and having a classified ads channel in place for most of that, we have had surprisingly few "bad" ads posted. There are only a few each year that we need to take down. Here is one that I just took down today:

Category: Other For Sale
Title: Dorm Party Wanted

Getting users from Luminis to SSB

I'm curious what the process is like, getting users from Luminis into Self-Service Banner, at other schools. Let me describe what we have at the U of S as an example...

We discarded the "Academic Services" channel that came with Luminis, and instead built our own Targeted Content channels: Registration, Admission, Grades & Transcripts, Financial Services, etc. Each of these channels contains some descriptive text and then a SSO link deep into SSB.

Mobile Luminis

Here is the presentation on Mobile Luminis that I gave at CBUC 2010, and the files needed to implement it. We are no longer pursuing this approach, instead we are looking at the MIT mobile framework (read the presentation and you'll understand why).

Todd

Luminis Health Check: Channel Testing

The code and instructions for performing your own Unit Testing for Luminis are attached below. This allows you to automatically (and regularly) determine if all channels are rendering properly in your portal.

There will likely be many problems installing, so feel free to ask questions. :)

Todd

Luminis Health Check: Stale Calendar Data

The Sun calendar that ships with Luminis probably has event data from "the dawn of time" (initial install date) at your institution until today. We had too much data for our Luminis 3 to 4 migration weekend, and needed to trim some out. Sun doesn’t have a good tool to remove specific event data for a mass of users, so we created this iCal filtering program.

Luminis Health Check: Banner Enrollment Data

This script will compare the enrolled classes between Luminis and Banner for one user or for a file of users. The person running the script will be asked on the command line to supply their Banner username and password, we designed it this way on purpose, but you could modify it to store the credentials if you wanted.

Installation is simple, just copy the two files to a machine with perl installed (the luminis resource server should work, as long as you have the perl modules installed) and oracle client software installed. Then edit the file LocalConfig.pm and run the other script.

Luminis Health Check: Group Activity Reporting

Here are the files needed to create a Group Activity Report. It runs on PHP, and we have ours configured to connect to our Luminis Oracle database, but the ADOdb abstraction layer used should be able to connect to anything you're using.

See screenshot for an example report.

Todd

Luminis Health Check: Group File Data

Here are the scripts for checking course file data in Luminis to ensure that database and filesystem are in sync. Developed and testing on Luminis 4, but should work on Luminis 3, I don't think they changed the database tables for GT_FILE.

To use, copy the scripts to a server with perl and the required perl modules installed, and then edit LocalConfig.pm with your institutions settings. Note that if you already have a LocalConfig.pm due to some other UofS scripts, then you may need to merge the two.

Syndicate content