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.
16 lines
333 B
Plaintext
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"
|
|
|