summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_pwpolicy.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_webui/test_pwpolicy.py')
-rw-r--r--ipatests/test_webui/test_pwpolicy.py17
1 files changed, 9 insertions, 8 deletions
diff --git a/ipatests/test_webui/test_pwpolicy.py b/ipatests/test_webui/test_pwpolicy.py
index a319a29c0..e6a9e8726 100644
--- a/ipatests/test_webui/test_pwpolicy.py
+++ b/ipatests/test_webui/test_pwpolicy.py
@@ -31,17 +31,18 @@ DATA = {
('textbox', 'cospriority', '364'),
],
'mod': [
- ('textbox', 'krbmaxpwdlife','3000'),
- ('textbox', 'krbminpwdlife','1'),
- ('textbox', 'krbpwdhistorylength','0'),
- ('textbox', 'krbpwdmindiffchars','2'),
- ('textbox', 'krbpwdminlength','2'),
- ('textbox', 'krbpwdmaxfailure','15'),
- ('textbox', 'krbpwdfailurecountinterval','5'),
- ('textbox', 'krbpwdlockoutduration','3600'),
+ ('textbox', 'krbmaxpwdlife', '3000'),
+ ('textbox', 'krbminpwdlife', '1'),
+ ('textbox', 'krbpwdhistorylength', '0'),
+ ('textbox', 'krbpwdmindiffchars', '2'),
+ ('textbox', 'krbpwdminlength', '2'),
+ ('textbox', 'krbpwdmaxfailure', '15'),
+ ('textbox', 'krbpwdfailurecountinterval', '5'),
+ ('textbox', 'krbpwdlockoutduration', '3600'),
],
}
+
class test_pwpolicy(UI_driver):
def test_crud(self):