10.02.2013 Views

IBM Tivoli Access Manager for e-business: WebSEAL Administration ...

IBM Tivoli Access Manager for e-business: WebSEAL Administration ...

IBM Tivoli Access Manager for e-business: WebSEAL Administration ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

You<br />

can<br />

configure<br />

the<br />

specific<br />

graphical<br />

icons<br />

used<br />

by<br />

<strong>WebSEAL</strong><br />

<strong>for</strong><br />

each<br />

file<br />

type<br />

listed<br />

in<br />

a<br />

generated<br />

index.<br />

The<br />

[content-index-icons]<br />

stanza<br />

of<br />

the<br />

<strong>WebSEAL</strong><br />

configuration<br />

file<br />

contains<br />

a<br />

list<br />

of<br />

the<br />

document<br />

MIME<br />

types<br />

and<br />

the<br />

associated<br />

.gif<br />

files<br />

that<br />

are<br />

displayed:<br />

[content-index-icons]<br />

image/*=<br />

/icons/image2.gif<br />

video/*<br />

=<br />

/icons/movie.gif<br />

audio/*<br />

=<br />

/icons/sound2.gif<br />

text/html<br />

=<br />

/icons/generic.gif<br />

text/*<br />

=<br />

/icons/text.gif<br />

application/x-tar<br />

=<br />

/icons/tar.gif<br />

application/*<br />

=<br />

/icons/binary.gif<br />

You<br />

can<br />

configure<br />

this<br />

list<br />

to<br />

specify<br />

other<br />

icons<br />

<strong>for</strong><br />

each<br />

MIME<br />

type.<br />

Icons<br />

can<br />

also<br />

be<br />

located<br />

remotely.<br />

For<br />

example:<br />

application/*<br />

=<br />

http://www.acme.com/icons/binary.gif<br />

You<br />

can<br />

also<br />

configure<br />

these<br />

additional<br />

icon<br />

values:<br />

v<br />

Icon<br />

used<br />

to<br />

represent<br />

sub-directories:<br />

[icons]<br />

diricon<br />

=<br />

/icons/folder2.gif<br />

v<br />

Icon<br />

used<br />

to<br />

represent<br />

the<br />

parent<br />

directory:<br />

[icons]<br />

backicon<br />

=<br />

/icons/back.gif<br />

v<br />

Icon<br />

used<br />

to<br />

represent<br />

unknown<br />

file<br />

types:<br />

[icons]<br />

unknownicon<br />

=<br />

/icons/unknown.gif<br />

Note:<br />

The<br />

supplied<br />

icons<br />

are<br />

in<br />

GIF<br />

<strong>for</strong>mat,<br />

but<br />

this<br />

<strong>for</strong>mat<br />

is<br />

not<br />

required.<br />

Windows:<br />

File<br />

naming<br />

<strong>for</strong><br />

CGI<br />

programs<br />

Parameters<br />

contained<br />

in<br />

the<br />

[cgi-types]<br />

stanza<br />

of<br />

the<br />

<strong>WebSEAL</strong><br />

configuration<br />

file<br />

allow<br />

you<br />

to<br />

specify<br />

the<br />

Windows<br />

file<br />

extension<br />

types<br />

that<br />

are<br />

recognized<br />

and<br />

executed<br />

as<br />

CGI<br />

programs.<br />

The<br />

UNIX<br />

operating<br />

system<br />

has<br />

no<br />

file<br />

name<br />

extension<br />

requirements.<br />

File<br />

extension<br />

types<br />

must<br />

be<br />

defined,<br />

however,<br />

<strong>for</strong><br />

Windows<br />

operating<br />

systems.<br />

The<br />

[cgi-types]<br />

stanza<br />

lists<br />

all<br />

valid<br />

extension<br />

types<br />

and<br />

maps<br />

each<br />

extension<br />

(when<br />

necessary)<br />

to<br />

an<br />

appropriate<br />

CGI<br />

program.<br />

[cgi-types]<br />

<br />

=<br />

<br />

By<br />

default<br />

only<br />

those<br />

files<br />

with<br />

extensions<br />

matching<br />

those<br />

listed<br />

in<br />

the<br />

stanza<br />

will<br />

be<br />

executed<br />

as<br />

CGI<br />

programs.<br />

If<br />

a<br />

CGI<br />

program<br />

has<br />

an<br />

extension<br />

that<br />

is<br />

not<br />

contained<br />

in<br />

this<br />

list,<br />

the<br />

program<br />

will<br />

not<br />

be<br />

executed.<br />

Files<br />

with<br />

the<br />

.exe<br />

extensions<br />

are<br />

run<br />

as<br />

programs<br />

by<br />

Windows<br />

default<br />

and<br />

require<br />

no<br />

mapping.<br />

Note:<br />

Anytime<br />

you<br />

want<br />

to<br />

install<br />

a<br />

.exe<br />

file<br />

on<br />

Windows<br />

<strong>for</strong><br />

download,<br />

however,<br />

you<br />

must<br />

rename<br />

the<br />

extension<br />

or<br />

install<br />

the<br />

file<br />

as<br />

part<br />

of<br />

an<br />

archive<br />

(such<br />

as<br />

.zip).<br />

You<br />

must<br />

supply<br />

the<br />

appropriate<br />

interpreter<br />

programs<br />

<strong>for</strong><br />

extensions<br />

that<br />

represent<br />

interpreted<br />

script<br />

files.<br />

Examples<br />

of<br />

these<br />

types<br />

of<br />

extensions<br />

include:<br />

shell<br />

scripts<br />

(.sh<br />

and<br />

.ksh),<br />

Perl<br />

scripts<br />

(.pl),<br />

and<br />

Tcl<br />

scripts<br />

(.tcl)<br />

files.<br />

76<br />

<strong>IBM</strong><br />

<strong>Tivoli</strong><br />

<strong>Access</strong><br />

<strong>Manager</strong><br />

<strong>for</strong><br />

e-<strong>business</strong>:<br />

<strong>WebSEAL</strong><br />

<strong>Administration</strong><br />

Guide

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!