summaryrefslogtreecommitdiffstats
path: root/src/krb5_plugin/passkey/sssd_enable_passkey
blob: 161e076598674f263a61cd9a5aca34c8c31b8bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Enable SSSD Passkey Kerberos preauthentication plugins.
#
# This will allow you to obtain Kerberos TGT through passkey authentication.
#
# To disable the passkey plugin, comment out the following lines.

[plugins]
 clpreauth = {
  module = passkey:/usr/lib64/sssd/modules/sssd_krb5_passkey_plugin.so
 }

 kdcpreauth = {
  module = passkey:/usr/lib64/sssd/modules/sssd_krb5_passkey_plugin.so
 }