atamakosi Posted May 23, 2012 Posted May 23, 2012 (edited) I'm going to be attempting to setup shibboleth on our ubuntu server for single sign-on. Has anyone tried this and had success? One thing i'm curious about is how people have authenticated after passing the credentials from the login to, for example, google apps and then authenticating the user against data stored with the metadata provider? our users are created through our SMS in to AD, so is it possible to setup AD to provide this or must it be manually generated and stored as an .xml file some where accessable by shib? I'm having a mental block on one other issue with ubuntu. shib requires java so i've installed openjdk 7 and can run 'java' from terminal but shib gives an error about JAVA_HOME not being found. if [ -z "$JAVACMD" ] ; then if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD=$JAVA_HOME/jre/sh/java else JAVACMD=$JAVA_HOME/bin/java fi else JAVACMD=java fi fi what should i need to setup for this to pass? Edited May 23, 2012 by atamakosi
CyberNerd Posted May 23, 2012 Posted May 23, 2012 yes I tried this a couple of years ago. I did get it authenticating, but not with ubuntu - it was either debian or centos. I only got as far as getting the shib auth to work and had issues with getting the AD-shib-google working. I ran out of time and bought in a solution from SSOEasy. Shib is great in theory, but in practice so few educational providers use it that I've had no practical use for it since I was playing with the install. Really can't remember enough to help with your question though. If you do persist, I'd be grateful for a howto
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now