diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 15:09:10 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 15:14:55 +0200 |
commit | 33082d016ee27537af0514d5eebcdaf0360fa4f7 (patch) | |
tree | 169db458b46fd911d53ffa5552e9a47b7196166f /source3/winbindd | |
parent | 3253d5ad0515198083b0b185c06b659fc6972830 (diff) | |
download | samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.gz samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.bz2 samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.zip |
s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_getgroups.c | 1 | ||||
-rw-r--r-- | source3/winbindd/winbindd_getpwnam.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_getgroups.c b/source3/winbindd/winbindd_getgroups.c index 736eba698a..c9b0f195ce 100644 --- a/source3/winbindd/winbindd_getgroups.c +++ b/source3/winbindd/winbindd_getgroups.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_getgroups_state { struct tevent_context *ev; diff --git a/source3/winbindd/winbindd_getpwnam.c b/source3/winbindd/winbindd_getpwnam.c index 77e827e241..bc771b2e41 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; |