#!/usr/local/bin/perl # # $Header: setsso.pl 03-jun-2008.12:16:37 jashukla Exp $ # # setsso.pl # # Copyright (c) 2002, 2006, Oracle. All rights reserved. # # NAME # setsso.pl - setup sso # # DESCRIPTION # The script to setup Single Sign-On for EM console. # # NOTES # - The script is prepared for multi-platforms, but # only tested on Solaris. # # MODIFIED (MM/DD/YY) # jashukla 06/02/08 - This file is no more used. Truncating. # shianand 07/21/06 - Backport shianand_bug-4911857 from main # shianand 12/28/05 - fix bug 4911857 # asawant 01/11/05 - Fix regular expression. # asawant 08/25/04 - Removing instantiated variables. # rzazueta 12/01/03 - Remove EMPUBLIC # rzazueta 08/04/03 - Fix bug 3070285 # xshi 11/16/02 - xshi_bug-2666762_main # xshi 01/28/03 - change externalauthtype # xshi 11/22/02 - instantiate by setup and called by emctl # skini 01/29/03 - Rename console.properties, consoleConfig # xshi 01/28/03 - change externalauthtype # xshi 11/22/02 - instantiate by setup and called by emctl # xshi 11/15/02 - Creation # # # This file is no more used. Hence truncated.