First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 58768
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: steveb <steeeeeveee@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 58768 depends on: Show dependency tree
Bug 58768 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

First Last Prev Next    No search results available      Search page      Enter new bug