Release 0.0.3
[profile/ivi/gsignond.git] / gsignond.conf
1 #
2 # Example configuration for gsignond.
3 #
4
5 #
6 # This group contains top-level settings.
7 #
8 [General]
9
10 # Directory for binary executables.
11 #BinDir =
12 #
13 # Define extension / platform adaptation module to use.
14 # 'default' is a dummy one with no encrypted storage, but with basic Unix
15 # discretionary access control.
16 #Extension = default
17 #
18 # Extension directory where extension modules are located.
19 #ExtensionsDir =
20 #
21 # Base path where user specific database directories will be located.
22 # Default: /var/db
23 #StoragePath =
24 #
25 # Location for authentication plugins.
26 #PluginDir =
27 #
28 # Timeout for unloading cached plugin instances.
29 #PluginTimeout = 0
30
31 #
32 # Database related settings.
33 #
34 [Storage]
35
36 # File name for the metadata database. (excluding path)
37 #MetadataDBFilename = metadata.db
38 #
39 # File name for the credential database. (excluding path)
40 #SecretDBFilename = secret.db
41
42 #
43 # D-Bus related settings.
44 #
45 [ObjectTimeouts]
46
47 # Timeout for the daemon. Daemon will exit after specified idle time.
48 #DaemonTimeout = 0
49 #
50 # Timeout for the identity objects.
51 IdentityTimeout = 5
52 #
53 # Timeout for the authentication session objects.
54 AuthSessionTimeout = 5
55