File: meson_options.txt

package info (click to toggle)
krb5-auth-dialog 43.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,676 kB
  • sloc: ansic: 3,661; lex: 161; xml: 151; python: 69; yacc: 42; sh: 11; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 830 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
option('check-interval',
       type: 'integer', value: 30,
       description: 'number of seconds to wait between checks of the Kerberos credential cache')

option('minimum-lifetime',
       type: 'integer', value: 30,
       description: 'minimum amount of time (m) a credential will have to be valid before we will ask the user to get fresh credentials.')

option('pkcs11',
       type: 'string', value: '/usr/lib/opensc/opensc-pkcs11.so',
       description: 'set path of PKCS11 smartcard helper')

option('pam-plugin',
       type: 'feature', value: 'auto',
       description: 'wheter to build the pam plugin')

option('pkinit',
       type: 'feature', value: 'auto',
       description: 'whether to enable pkinit support')

option('etpo',
       type: 'feature', value: 'disabled',
       description: 'Build etpo parser')