diff options
author | Rob Crittenden <rcritten@redhat.com> | 2012-03-06 15:53:07 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-03-14 04:40:35 -0400 |
commit | d4a80dbe52158f204e78afea742fc3322bbc65e5 (patch) | |
tree | e57040a9b05bef1f652a89b75b2ad13faf8fbbc9 /ipalib/plugins/host.py | |
parent | e9d68a7b001d23a7bac7cbf52e270c0723f1f69d (diff) | |
download | freeipa.git-d4a80dbe52158f204e78afea742fc3322bbc65e5.tar.gz freeipa.git-d4a80dbe52158f204e78afea742fc3322bbc65e5.tar.xz freeipa.git-d4a80dbe52158f204e78afea742fc3322bbc65e5.zip |
Display serial number as HEX (DECIMAL) when showing certificates.
https://fedorahosted.org/freeipa/ticket/1991
Diffstat (limited to 'ipalib/plugins/host.py')
-rw-r--r-- | ipalib/plugins/host.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 3814215c..9db98e71 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -146,6 +146,9 @@ host_output_params = ( Str('serial_number', label=_('Serial Number'), ), + Str('serial_number_hex', + label=_('Serial Number (hex)'), + ), Str('issuer', label=_('Issuer'), ), |