Changeset 3780 for TI12-security/trunk/perl/ndglogin.pl
- Timestamp:
- 11/04/08 16:26:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/perl/ndglogin.pl
r3775 r3780 8 8 9 9 my $cgi = CGI->new(); 10 #my $session = ndgsecurity::ssoclient->new($cgi);11 my $session = eval {new NDG::Security::Client($c gi)};10 my $cfgFilePath = "/var/www/cgi-bin/NDG/Security/conf/ndg-security-client.cfg"; 11 my $session = eval {new NDG::Security::Client($cfgFilePath, $cgi)}; 12 12 13 13 # Call Single Sign On handler
Note: See TracChangeset
for help on using the changeset viewer.