summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-30 14:24:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:04 -0500
commitaed4d517fe4a4c3ea2a78c729de3cf6a91dc6a22 (patch)
tree4405ac0b294ed04bec7f33acfd02799bf9169f9c /source4
parentbb8a5a2a1e7a881b18b91b0a1fe925c449c84470 (diff)
downloadsamba-aed4d517fe4a4c3ea2a78c729de3cf6a91dc6a22.tar.gz
samba-aed4d517fe4a4c3ea2a78c729de3cf6a91dc6a22.tar.bz2
samba-aed4d517fe4a4c3ea2a78c729de3cf6a91dc6a22.zip
r12610: we need struct passwd on some systems
metze (This used to be commit fd7812beb21ccd14a0e7fd9db0a6eba22ebab0b2)
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/auth_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c
index c68aa159fc..83e51921ea 100644
--- a/source4/auth/auth_unix.c
+++ b/source4/auth/auth_unix.c
@@ -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