mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add regular expression pattern to host names.
Limit hostnames to letters, digits and - with a maximum length of 255 https://fedorahosted.org/freeipa/ticket/1780
This commit is contained in:
committed by
Martin Kosek
parent
6aa5bfe5db
commit
8cf8870d3d
@@ -38,8 +38,8 @@ class test_sudorule(XMLRPC_test):
|
||||
test_external_user = u'external_test_user'
|
||||
test_group = u'sudorule_test_group'
|
||||
test_external_group = u'external_test_group'
|
||||
test_host = u'sudorule._test_host'
|
||||
test_external_host = u'external._test_host'
|
||||
test_host = u'sudorule.test-host'
|
||||
test_external_host = u'external.test-host'
|
||||
test_hostgroup = u'sudorule_test_hostgroup'
|
||||
test_sudoallowcmdgroup = u'sudorule_test_allowcmdgroup'
|
||||
test_sudodenycmdgroup = u'sudorule_test_denycmdgroup'
|
||||
|
||||
Reference in New Issue
Block a user