diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-02-06 13:28:53 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-07 09:22:45 -0500 |
commit | 620033ce66f4827be9d508c77483fab0270d9869 (patch) | |
tree | c949e6e0cc2d4cbc2bc417de90e7ea5dcae8d562 /src/config/SSSDConfig.py | |
parent | 9715ac17d4abc5cd73d5d672ac0ab32320a17e83 (diff) | |
download | sssd-620033ce66f4827be9d508c77483fab0270d9869.tar.gz sssd-620033ce66f4827be9d508c77483fab0270d9869.tar.xz sssd-620033ce66f4827be9d508c77483fab0270d9869.zip |
AUTOFS: IPA provider
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r-- | src/config/SSSDConfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 50cc4e295..9fbe67429 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -120,6 +120,7 @@ option_strings = { 'ipa_hbac_refresh' : _("The amount of time between lookups of the HBAC rules against the IPA server"), 'ipa_hbac_treat_deny_as' : _("If DENY rules are present, either DENY_ALL or IGNORE"), 'ipa_hbac_support_srchost' : _("If set to false, host argument given by PAM will be ignored"), + 'ipa_automount_location' : _("The automounter location this IPA client is using"), # [provider/krb5] 'krb5_kdcip' : _('Kerberos server address'), |