summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-05-17 16:37:32 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-06-02 15:30:29 -0400
commit72c3252abe5d200e8e3a5a1ad26b6b96d2beffef (patch)
tree78e479c3a130921939b6adc1ff26df8dd7feeae7 /src/config/SSSDConfig.py
parentc52fb1e2f51c48a08e96cb4ba9ebde2bcbfba4d9 (diff)
downloadsssd-72c3252abe5d200e8e3a5a1ad26b6b96d2beffef.tar.gz
sssd-72c3252abe5d200e8e3a5a1ad26b6b96d2beffef.tar.xz
sssd-72c3252abe5d200e8e3a5a1ad26b6b96d2beffef.zip
Add a new option to override home directory value
https://fedorahosted.org/sssd/ticket/551
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 d8f13a1e0..9145b99dc 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)'),