Tiago Batista posted a patch to fix the build:
authorTiago Batista <tiagosbatista@gmail.com>
Mon, 5 May 2008 22:12:03 +0000 (08:12 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 May 2008 22:12:03 +0000 (08:12 +1000)
Trying to compile the latest git tree, I got some errors
"auth/pam_error.h not found" errors, it looks like it moved to
auth/ntlm/pam_errors.h.

Andrew Bartlett

source/auth/ntlm/auth_unix.c
source/torture/winbind/struct_based.c
source/winbind/wb_samba3_cmd.c

index 5073ba64618be4449ecbaaac43a18bf8f47e96c7..1717b9d0e180954caf1d85694bfd4c01b9c675e9 100644 (file)
@@ -24,7 +24,7 @@
 #include "auth/ntlm/auth_proto.h"
 #include "system/passwd.h" /* needed by some systems for struct passwd */
 #include "lib/socket/socket.h" 
-#include "auth/pam_errors.h"
+#include "auth/ntlm/pam_errors.h"
 #include "param/param.h"
 
 /* TODO: look at how to best fill in parms retrieveing a struct passwd info
index 87378aadb8a98baa65fed769591b8b052e5f09c2..31c5b8cf96b022e652eb0406800c4f169854abd0 100644 (file)
@@ -26,7 +26,7 @@
 #include "libcli/security/security.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "param/param.h"
-#include "auth/pam_errors.h"
+#include "auth/ntlm/pam_errors.h"
 
 #define DO_STRUCT_REQ_REP_EXT(op,req,rep,expected,strict,warnaction,cmt) do { \
        NSS_STATUS __got, __expected = (expected); \
index f0aaaa77780ca383e1a1d12615feccfb21ee9a77..5ef0339ecb127ae9f047bf2958884a332aca4c51 100644 (file)
@@ -29,7 +29,7 @@
 #include "version.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "libcli/security/security.h"
-#include "auth/pam_errors.h"
+#include "auth/ntlm/pam_errors.h"
 #include "auth/credentials/credentials.h"
 #include "smbd/service_task.h"