sön 2006-06-11 klockan 09:12 +0200 skrev Guido Serassio:

> Are you sure ?
>
> I have not verified, but I think that could be needed for fake_auth, 
> no_check and SMB helpers, because they need to generate an arbitrary 
> challenge.

Well. if the helper doesn't work it's about time the helper gets
updated.

fake_auth:  OK

        if (strncasecmp(buf, "YR", 2) == 0) {

no_auth: NOT OK (fixing.. in 2.6 and 3)

        if ($_ eq "YR") {

smb: OK
        if (memcmp(buf, "YR", 2) == 0) {    /* refresh-request */


Samba has always been ok.

Regards
Henrik

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to