diff options
author | Tomas Babej <tbabej@redhat.com> | 2013-05-15 16:16:03 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-05-15 18:18:13 +0200 |
commit | 78774916c89a3feac7ab8b380fcd483285951a8d (patch) | |
tree | ee654b705e96dc42d35da23f5412062371f52911 /ipalib | |
parent | ba89635679a318102bffbb0a5d00aff61f4e2967 (diff) | |
download | freeipa-78774916c89a3feac7ab8b380fcd483285951a8d.tar.gz freeipa-78774916c89a3feac7ab8b380fcd483285951a8d.tar.xz freeipa-78774916c89a3feac7ab8b380fcd483285951a8d.zip |
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
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/hbactest.py | 4 |
1 files 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: |