FeddDesktop: desktop.conf

File desktop.conf, 917 bytes (added by faber, 11 years ago)

Sample configuration file

Line 
1[DEFAULT]
2
3# The directory containing this file
4base: /vim/fedd_desktop
5
6[access]
7
8log_level: debug
9# Saved controller state
10access_state: %(base)s/desktop_access.state
11# saved access info (generated by access_to_abac.py)
12accessdb: %(base)s/desktop_access_map
13# The ABAC database (generated by access_to_abac.py)
14certdir: %(base)s/certs
15# Location of generated scripts and temp data
16localdir: %(base)s/local
17
18auth_type: abac
19auth_dir: %(base)s/abac
20
21# The hostname of the machine we run on
22hostname: 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)
32cert_file: %(base)s/fedd.pem
33# Port on which to listen
34services: 23235
35# This is a desktop access controller
36access_type: desktop