Bug 58768 - Please including testsaslauthd in cyrus-sasl ebuild
Bug#: 58768 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: net-mail@gentoo.org Reported By: steeeeeveee@gmx.net
Component: Ebuilds
URL: 
Summary: Please including testsaslauthd in cyrus-sasl ebuild
Keywords:  
Status Whiteboard: 
Opened: 2004-07-29 04:57 0000
Description:   Opened: 2004-07-29 04:57 0000
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 "${S}/saslauthd"
        emake -j1 testsaslauthd || die "testsaslauthd compile problem"

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


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

 # testsaslauthd -u username -p wrongpassword
0: NO "authentication failed"
 #


cheers

SteveB

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Tuan Van (RETIRED) 2004-08-29 21:51:34 0000 -------
The binary is small and useful enough to justify an extra USE flag. Fixed in
cyrus-sasl-2.1.19-r1. Please test. Thanks.