blob: 8f9817479f3895925e061714ded017e1fc10a853 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Enable SSSD OAuth2 Kerberos preauthentication plugins.
#
# This will allow you to obtain Kerberos TGT through OAuth2 authentication.
#
# To disable the OAuth2 plugin, comment out the following lines.
[plugins]
clpreauth = {
module = idp:/usr/lib64/sssd/modules/sssd_krb5_idp_plugin.so
}
kdcpreauth = {
module = idp:/usr/lib64/sssd/modules/sssd_krb5_idp_plugin.so
}
|