From 3612c73e7957721bcbf31d0118e2ac210eb46b88 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 22 Dec 2010 22:29:03 +0100 Subject: Add host access control support https://fedorahosted.org/sssd/ticket/746 --- 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 9c61f06f5..5135174a8 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -174,6 +174,7 @@ option_strings = { 'ldap_user_shadow_expire' : _('shadowExpire attribute'), 'ldap_user_shadow_flag' : _('shadowFlag attribute'), 'ldap_user_authorized_service' : _('Attribute listing authorized PAM services'), + 'ldap_user_authorized_host' : _('Attribute listing authorized server hosts'), 'ldap_user_krb_last_pwd_change' : _('krbLastPwdChange attribute'), 'ldap_user_krb_password_expiration' : _('krbPasswordExpiration attribute'), 'ldap_pwd_attribute' : _('Attribute indicating that server side password policies are active'), -- cgit