Changes between Initial Version and Version 3 of Ticket #37133


Ignore:
Timestamp:
Nov 25, 2012, 8:59:36 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37133

    • Property Keywords MIT kerberos removed
    • Property Port @1.7.2 removed
  • Ticket #37133 – Description

    initial v3  
    1 It was suggested in the mailing list that I file a ticket on this issue.  Here's the details:
     1It was [http://lists.macosforge.org/pipermail/macports-users/2012-November/031078.html suggested in the mailing list] that I file a ticket on this issue.  Here's the details:
    22
    3 > I'm working on Mac OS 10.7.5 Lion. with
    4 
    5   $ port info kerberos5
    6   kerberos5 @1.7.2 (net, security)
    7 
    8 > I know Lion has it's own Kerberos, incompatible with the port but I'm
    9 > working with a class library that links against Kerb and the developer
    10 > says we have to have the port.
     3>> I'm working on Mac OS 10.7.5 Lion. with
     4>>
     5>> {{{
     6>> $ port info kerberos5
     7>> kerberos5 @1.7.2 (net, security)
     8>> }}}
     9>>
     10>> I know Lion has it's own Kerberos, incompatible with the port but I'm
     11>> working with a class library that links against Kerb and the developer
     12>> says we have to have the port.
     13>>
     14>> I have a script that tests for a valid kerberos ticket by running klist -s
     15>>
     16>> It works find if I have a valid ticket or no ticket but if the ticket
     17>> is expired I get:
     18>>
     19>> {{{
     20>> $ /opt/local/bin/klist -s
     21>> Segmentation fault: 11
     22>> }}}
    1123>
    12 > I have a script that tests for a valid kerberos ticket by running klist -s
     24> It looks like this segfault was fixed in krb5-1.10.
    1325>
    14 > It works find if I have a valid ticket or no ticket but if the ticket
    15 > is expired I get:
    16 >
    17  $ /opt/local/bin/klist -s
    18  Segmentation fault: 11
    19 -------
    20 
    21 It looks like this segfault was fixed in krb5-1.10.
    22 
    23 See the latest MIT Kerberos changelog, <http://web.mit.edu/kerberos/krb5-latest/README-1.10.2.txt>, and Kerberos ticket #6915, <http://krbdev.mit.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=6915>.
     26> See the latest [http://web.mit.edu/kerberos/krb5-latest/README-1.10.2.txt MIT Kerberos changelog], and [http://krbdev.mit.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=6915 Kerberos ticket #6915].