mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add missing comma to list of services that cannot be disabled.
https://fedorahosted.org/freeipa/ticket/2487
This commit is contained in:
committed by
Martin Kosek
parent
af0ac845ff
commit
7e26517840
@@ -208,7 +208,7 @@ def check_required_principal(ldap, hostname, service):
|
|||||||
try:
|
try:
|
||||||
host_is_master(ldap, hostname)
|
host_is_master(ldap, hostname)
|
||||||
except errors.ValidationError, e:
|
except errors.ValidationError, e:
|
||||||
service_types = ['HTTP', 'ldap', 'DNS' 'dogtagldap']
|
service_types = ['HTTP', 'ldap', 'DNS', 'dogtagldap']
|
||||||
if service in service_types:
|
if service in service_types:
|
||||||
raise errors.ValidationError(name='principal', error=_('This principal is required by the IPA master'))
|
raise errors.ValidationError(name='principal', error=_('This principal is required by the IPA master'))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user