# Name: insitelrti_ini.txt # Purpose: Sample ini file for Insite Login Request Ticket Issue program. # created: 5-AUG-1997, george_carrette@iacnet.com # usage: See the insitelrti.html file. # $Id: insitelrti_ini.txt,v 1.5 1997/08/11 14:45:39 gjc Exp $ # # COPYRIGHT (c) 1996-1997 BY # INFORMATION ACCESS COMPANY, CAMBRIDGE, MASSACHUSETTS. # ALL RIGHTS RESERVED # The use of this software is governed by a license agreement. # See http://www.iac-insite.com/license.htm # # Any major section name may be modulated by the query string. [REMOTE_USER] # if you want to map a particular intranet username to # a particular configuration case. The default, if any, is indicated by *. fred=CASE1,charge_code=fred jim=CASE2,charge_code=jim badboy=SORRY *=CASE3,charge_code=U-*- [REMOTE_HOST] # or if REMOTE_USER is not available, you might use the remote host. [REMOTE_ADDR] # or last but not least, the IP address. [AUTHENTICATION_SECRETS] # These are the shared secrets between you and Information Access Company. # They represent usernames and passwords that you maintain # in the Account Administration System. user1=xxxxuser1 user2=xxxxuser2 xuser3=xxxxuser3 [DEFAULT] # this section provides default values for all cases application=insite # # Do not specify the lrb or goto_status unless directed to do so by # IAC customer support. #lrb=http://iac-insite.com/wbs/insitelrb.cgi #goto_status=302 Temporary Relocation # 303 is a new HTTP/1.1 status preferable to 302 if supported. #goto_status=303 Goto [DEFAULT?appl=insite] application=insite [DEFAULT?appl=insitepro] application=insitepro [DEFAULT?appl=insitesales] application=insitesales # the remaining sections define the different cases # of advanced logon. [SORRY] error_message=Sorry, you are not authorized to use this application. [CASE1] username=user1 [CASE2] username=user2 [CASE3] username=user3 # [REMOTE_USER?appl=insitex] # this is just a software qa-test case. fred=SORRY