[Pkg-samba-maint] Bug#493112: smbclient: /usr/lib/cups/backend/smb does not try port 139 anymore by default

Noèl Köthe noel at debian.org
Tue Aug 12 01:40:09 UTC 2008


Hello,

I checked when the behaviour was changed:

source/client/smbpool.c

git commit: 8eff35bc4acc13807c895af43b52db79ee195cb5

diff:
@@ -234,8 +235,7 @@ static bool smb_encrypt;
     port=atoi(sep);
   }
   else 
-  	port=0;
-	
+    port = 445;
  
  /*
   * Setup the SAMBA server state...

comment:
    smbspool: Fix CUPS authentication protocol support.
    
    There were a couple of places where we weren't checking for
    authentication correctly. This chance fixes those places and properly
    supports Kerberos where available.


-- 
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20080812/bed56a1c/attachment-0001.pgp 


More information about the Pkg-samba-maint mailing list