summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_getpwnam.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-30 15:09:10 +0200
committerGünther Deschner <gd@samba.org>2011-03-30 15:14:55 +0200
commit33082d016ee27537af0514d5eebcdaf0360fa4f7 (patch)
tree169db458b46fd911d53ffa5552e9a47b7196166f /source3/winbindd/winbindd_getpwnam.c
parent3253d5ad0515198083b0b185c06b659fc6972830 (diff)
downloadsamba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.gz
samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.xz
samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.zip
s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_getpwnam.c')
-rw-r--r--source3/winbindd/winbindd_getpwnam.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_getpwnam.c b/source3/winbindd/winbindd_getpwnam.c
index 77e827e2415..bc771b2e41b 100644
--- a/source3/winbindd/winbindd_getpwnam.c
+++ b/source3/winbindd/winbindd_getpwnam.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "winbindd.h"
+#include "passdb/lookup_sid.h" /* only for LOOKUP_NAME_NO_NSS flag */
struct winbindd_getpwnam_state {
struct tevent_context *ev;