Changes between Initial Version and Version 1 of Ticket #40885


Ignore:
Timestamp:
Oct 24, 2013, 6:32:24 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40885

    • Property Cc landonf@… added
    • Property Owner changed from macports-tickets@… to jmpp@…
    • Property Milestone changed from MacPorts 2.2.1 to
    • Property Keywords sasl svn removed
    • Property Port cyrus-sasl2 added
  • Ticket #40885 – Description

    initial v1  
    22But when using cyrus-sasl 2.1.26 source from ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.26.tar.gz, it would return the following mechanism. This issue will let the svn client unable to connect to the server with LOGIN/PLAIN authentication mechanism
    33
     4{{{
    45mech:EXTERNAL
    56mech:APOP
     
    1819mech:SMB-NT
    1920mech:SMB-NTLMv2
    20 
     21}}}
    2122
    2223source code:
    2324
     25{{{
    2426#include <stdio.h>
    2527#include <sasl/sasl.h>
     
    4648        return 0;
    4749}
     50}}}