Release 0.0.3
[profile/ivi/gsignond.git] / gsignond.conf.in
1 #
2 # Example configuration for gsignond.
3 #
4
5 #
6 # This group contains top-level settings.
7 #
8 [General]
9
10 # Define extension / platform adaptation module to use.
11 # 'default' is a dummy one with no encrypted storage, but with basic Unix
12 # discretionary access control.
13 #Extension = default
14 #
15 # Base path where user specific database directories will be located.
16 @BASE_STORAGE_DIR@
17 #
18 # Timeout for unloading cached plugin instances.
19 #PluginTimeout = 0
20 #
21 # System security context of the keychain UI
22 @KEYCHAIN_SYSCTX@
23
24 #
25 # D-Bus related settings.
26 #
27 [ObjectTimeouts]
28
29 # Timeout for the daemon. Daemon will exit after specified idle time.
30 #DaemonTimeout = 0
31 #
32 # Timeout for the identity objects.
33 IdentityTimeout = 5
34 #
35 # Timeout for the authentication session objects.
36 AuthSessionTimeout = 5
37