summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-10-19 03:32:11 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-10-31 08:03:27 -0400
commitaca230b70b7f9b13edc44d328178433192c965e7 (patch)
tree7034b3df33f9c57b2474fdc2848164348fd860f0 /src/config/SSSDConfig.py
parent7fac271ccebb84743c39f553eb5ec013cf1d10aa (diff)
downloadsssd-aca230b70b7f9b13edc44d328178433192c965e7.tar.gz
sssd-aca230b70b7f9b13edc44d328178433192c965e7.tar.xz
sssd-aca230b70b7f9b13edc44d328178433192c965e7.zip
Added krb5_fast_principal to SSSDConfig API
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index 76e4112f8..2d9d448cb 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -119,6 +119,7 @@ option_strings = {
'krb5_lifetime' : _("Lifetime of the TGT"),
'krb5_renew_interval' : _("Time between two checks for renewal"),
'krb5_use_fast' : _("Enables FAST"),
+ 'krb5_fast_principal' : _("Selects the principal to use for FAST"),
# [provider/krb5/chpass]
'krb5_kpasswd' : _('Server where the change password service is running if not on the KDC'),