From d9d716b547d256c03df97b0ff8282349a0f365ad Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 17 May 2011 16:37:32 +0200 Subject: Add a new option to override home directory value https://fedorahosted.org/sssd/ticket/551 --- src/config/SSSDConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 25484dbc..8e962f33 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -58,6 +58,7 @@ option_strings = { 'filter_groups' : _('Groups that SSSD should explicitly ignore'), 'filter_users_in_groups' : _('Should filtered users appear in groups'), 'pwfield' : _('The value of the password field the NSS provider should return'), + 'override_homedir' : _('Override homedir value from the identity provider with this value'), # [pam] 'offline_credentials_expiration' : _('How long to allow cached logins between online logins (days)'), -- cgit