<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>58768</bug_id>
          
          <creation_ts>2004-07-29 04:57 0000</creation_ts>
          <short_desc>Please including testsaslauthd in cyrus-sasl ebuild</short_desc>
          <delta_ts>2004-08-29 21:51:34 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>steeeeeveee@gmx.net</reporter>
          <assigned_to>net-mail@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>steeeeeveee@gmx.net</who>
            <bug_when>2004-07-29 04:57:31 0000</bug_when>
            <thetext>There is a small application in cyrus-sasl, wich allows to test the sasl authentification. The name of the application is testsaslauthd and can be easy included in the current cyrus-sasl package.

At the end of src_compile, include please:
        # make the testsaslauthd binary
        cd &quot;${S}/saslauthd&quot;
        emake -j1 testsaslauthd || die &quot;testsaslauthd compile problem&quot;

And at the begining of src_install, include please:
        # install testsaslauthd binary
        exeinto /usr/sbin
        newexe &quot;${S}/saslauthd/testsaslauthd&quot; testsaslauthd || die &quot;installing testsaslauthd problem&quot;


Ater that, you can test the sasl authentification with:
 # testsaslauthd -u username -p password
0: OK &quot;Success.&quot;
 # 

 # testsaslauthd -u username -p wrongpassword
0: NO &quot;authentication failed&quot;
 #


cheers

SteveB

Reproducible: Always
Steps to Reproduce:
1.
2.
3.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>langthang@gentoo.org</who>
            <bug_when>2004-08-29 21:51:34 0000</bug_when>
            <thetext>The binary is small and useful enough to justify an extra USE flag. Fixed in cyrus-sasl-2.1.19-r1. Please test. Thanks.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>