openbsd-ports/net/samba/patches/patch-passdb_pdb_nds_c
sthen 77128a8fa6 update Samba to 3.5.2, most of the work done by Ian McWilliam
Note that the default passdb backend has been changed to 'tdbsam'.
See /usr/local/share/doc/samba/README.OpenBSD (or files/README.OpenBSD)
for more information and instructions for people who wish to convert an
existing smbpasswd-based installation.
2010-04-26 17:31:57 +00:00

16 lines
333 B
Plaintext

$OpenBSD: patch-passdb_pdb_nds_c,v 1.2 2010/04/26 17:31:57 sthen Exp $
--- passdb/pdb_nds.c.orig Tue Apr 28 16:46:16 2009
+++ passdb/pdb_nds.c Wed Jun 3 21:13:32 2009
@@ -22,7 +22,11 @@
#include <lber.h>
#include <ldap.h>
+#ifdef __OpenBSD__
+#include <utf8/wchar.h>
+#else
#include <wchar.h>
+#endif
#include "smbldap.h"