File: README

package info (click to toggle)
dcap 2.47.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,448 kB
  • sloc: ansic: 14,604; makefile: 312; python: 75; sh: 58
file content (16 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


This directory contains the required code to handle telnet-like
authorization for the dCapDoors. The plugin is compiled with
"make" and the library can be used by setting the following two
environment variables:


DCACHE_IO_TUNNEL 		= specify the location of the plugin
				  to be loaded by dccp and invoked
				  on each communication with the door
DCACHE_IO_TUNNEL_TELNET_PWD 	= instructs the tunnel to use a file
				  for reading the authorization tokens
				  instead of the console (for Grid
				  submission)