From 78774916c89a3feac7ab8b380fcd483285951a8d Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Wed, 15 May 2013 16:16:03 +0200 Subject: Remove redundancy from hbactest help text I modified the SID in the second example so that result corresponds with the 5. example. https://fedorahosted.org/freeipa/ticket/3625 --- ipalib/plugins/hbactest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipalib/plugins/hbactest.py b/ipalib/plugins/hbactest.py index eeb0281f5..9cc497c8d 100644 --- a/ipalib/plugins/hbactest.py +++ b/ipalib/plugins/hbactest.py @@ -186,13 +186,13 @@ EXAMPLES: 4. Test if other user from a trusted domain specified by its SID matches any rule: - $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-500 \\ + $ ipa hbactest --user S-1-5-21-3035198329-144811719-1378114514-1203 \\ --host `hostname` --service sshd -------------------- Access granted: True -------------------- Matched rules: allow_all - Matched rules: can_login + Not matched rules: can_login 5. Test if other user from a trusted domain specified by its shortname matches any rule: -- cgit