File: localwims.template

package info (click to toggle)
wims-moodle 4.0-18.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 356 kB
  • sloc: php: 1,337; sh: 67; makefile: 42
file content (39 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This is an example of identification file for connection to another
# platform. It is used for platform authentification.
# If you copy this file to another one in the same directory, 
# and modify the definitions, you get another platform identification
# whose name is the name of that file.

# calling the same WIMS server.

# For security reasons, it is highly recommended that you only accept
# localhost connections. Accept several sites, but no wildcard.
ident_site=127.0.0.1

# Short description
ident_desc=This local WIMS server

# User agent of the connecting platform must identify itself as such.
#ident_agent=WIMS-webget
# if ident_agent is void, there will be no check.
ident_agent=

# https is highly recommended for security.
ident_protocol=https

# password must be a word composed of alpha-numeric characters.
# This identification is disabled by the * in the password definition.
ident_password=secret

# type of remote platform.
# available types: wims.
ident_type=wims

# The address and identifier/password pair for calling back.
back_url=https://localhost/wims/wims.cgi
back_ident=myself
back_password=***

# allowed or disabled requests. At most one of the two should be active.
# ident_allow=
# ident_deny=deluser delclass