1 | [DEFAULT] |
---|
2 | |
---|
3 | # The directory containing this file |
---|
4 | base: /vim/fedd_desktop |
---|
5 | |
---|
6 | [access] |
---|
7 | |
---|
8 | log_level: debug |
---|
9 | # Saved controller state |
---|
10 | access_state: %(base)s/desktop_access.state |
---|
11 | # saved access info (generated by access_to_abac.py) |
---|
12 | accessdb: %(base)s/desktop_access_map |
---|
13 | # The ABAC database (generated by access_to_abac.py) |
---|
14 | certdir: %(base)s/certs |
---|
15 | # Location of generated scripts and temp data |
---|
16 | localdir: %(base)s/local |
---|
17 | |
---|
18 | auth_type: abac |
---|
19 | auth_dir: %(base)s/abac |
---|
20 | |
---|
21 | # The hostname of the machine we run on |
---|
22 | hostname: vim.isi.edu |
---|
23 | |
---|
24 | # If set the first hop router to DETER (DNS name or IP address) |
---|
25 | # gateway: first_hop.your.domain |
---|
26 | |
---|
27 | # If set the IP address of the interface to use in accessing DETER (Linux only) |
---|
28 | # interface_address 192.168.1.1 |
---|
29 | |
---|
30 | [globals] |
---|
31 | # The controllers self-signed identity (X.509 cert) |
---|
32 | cert_file: %(base)s/fedd.pem |
---|
33 | # Port on which to listen |
---|
34 | services: 23235 |
---|
35 | # This is a desktop access controller |
---|
36 | access_type: desktop |
---|