Hi,

I tried OpenBSD current amd64, ads FLAVOR, worked. I then had compile issue with
the ads FLAVOR on OpenBSD 4.6 stable i386, the following resolves adding the
missing include. Will test at work, on Active Directory setup. There are no
Windows 7, 2008 or Vista I can try smb2 on.

cat patch-libsmb_clikrb5_c
$OpenBSD$
--- libsmb/clikrb5.c.orig       Mon Mar  1 11:14:34 2010
+++ libsmb/clikrb5.c    Tue Mar  2 22:54:00 2010
@@ -21,6 +21,7 @@
 */

 #include "includes.h"
+#include "libsmb_internal.h"
 #include "smb_krb5.h"
 #include "authdata.h"

Regards

Nigel Taylor


On 03/02/10 07:01, Ian McWilliam wrote:
> First cut for samba-3.5.0 branch.
> the 3.4.x branch becomes historical.
> 
> I currently have no way of testing the experimental smb2 protocol stuff (ie 
> no copies of vista or win 7),
> but it can be enabled by adding max protocol = smb2 in the smb.conf file if 
> some one wants to try it out.
> 
> 
> Ian McWilliam
> 
> 
> 
> 
> 
> 

Reply via email to