svn commit: samba r12610 - in branches/SAMBA_4_0/source/auth: .

metze at samba.org metze at samba.org
Fri Dec 30 14:24:25 GMT 2005


Author: metze
Date: 2005-12-30 14:24:24 +0000 (Fri, 30 Dec 2005)
New Revision: 12610

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12610

Log:
we need struct passwd on some systems

metze
Modified:
   branches/SAMBA_4_0/source/auth/auth_unix.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_unix.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_unix.c	2005-12-30 14:04:18 UTC (rev 12609)
+++ branches/SAMBA_4_0/source/auth/auth_unix.c	2005-12-30 14:24:24 UTC (rev 12610)
@@ -22,6 +22,7 @@
 
 #include "includes.h"
 #include "auth/auth.h"
+#include "system/passwd.h"
 
 /* TODO: look at how to best fill in parms retrieveing a struct passwd info
  * except in case USER_INFO_DONT_CHECK_UNIX_ACCOUNT is set



More information about the samba-cvs mailing list