Subversion Repositories wimsdev

Rev

Rev 11853 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 reyssat 1
# This is an example of identification file for connection to another
2
# platform. It is used for platform authentification.
11853 obado 3
# If you copy this file to another one in the same directory,
6 reyssat 4
# and modify the definitions, you get another platform identification
5
# whose name is the name of that file.
6
 
15986 obado 7
# Identifier for WIMS server at wims.univ-cotedazur.fr.
6 reyssat 8
 
9
# For security reasons, it is highly recommended that you only accept
10
# localhost connections. Accept several sites, but no wildcard.
15986 obado 11
ident_site=134.59.204.174
6 reyssat 12
 
13
# A short description
14
ident_desc=WIMS @ Université de Nice
15
 
16
# User agent of the connecting platform must identify itself as such.
17
ident_agent=WIMS-webget
18
 
19
# https is highly recommended for security.
20
ident_protocol=https
21
 
22
# password must be a word composed of alpha-numeric characters.
23
# This identification is disabled by the * in the password definition.
24
ident_password=***
25
 
26
# type of remote platform.
4659 obado 27
# available types: json, wims
28
ident_type=json
6 reyssat 29
 
30
# The address and identifier/password pair for calling back.
31
# You should replace *** by correct definitions that match ones on the
32
# remote server.
15986 obado 33
back_url=https://wims.univ-cotedazur.fr/wims/wims.cgi
6 reyssat 34
back_ident=***
35
back_password=***
36
 
37
# allowed or disabled requests. At most one of the two should be active.
38
# ident_allow=
39
ident_deny=deluser delclass
40