summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-08-13 16:36:28 -0700
committerJeremy Allison <jra@samba.org>2014-08-14 21:27:13 +0200
commit8bbf901f9349e9b33caa24fd2a2333c060952646 (patch)
treedff4d60c3e4c89ea8d597c6d4b4e130a77fd1dfc /nsswitch/pam_winbind.h
parent51bea0b767b4f1e76a7008604f4dd0788a5edeb2 (diff)
downloadsamba-8bbf901f9349e9b33caa24fd2a2333c060952646.tar.gz
Replace all uses of iniparser with tiniparser.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'nsswitch/pam_winbind.h')
-rw-r--r--nsswitch/pam_winbind.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/nsswitch/pam_winbind.h b/nsswitch/pam_winbind.h
index 2a9dd0e344a..13542b2968f 100644
--- a/nsswitch/pam_winbind.h
+++ b/nsswitch/pam_winbind.h
@@ -55,6 +55,7 @@
#include "system/time.h"
#include <talloc.h>
#include "libwbclient/wbclient.h"
+#include "lib/util/tiniparser.h"
#define MODULE_NAME "pam_winbind"
#define PAM_SM_AUTH
@@ -66,8 +67,6 @@
#define PAM_WINBIND_CONFIG_FILE "/etc/security/pam_winbind.conf"
#endif
-#include <iniparser.h>
-
#ifdef HAVE_LIBINTL_H
#include <libintl.h>
#endif
@@ -212,7 +211,7 @@ struct pwb_context {
int flags;
int argc;
const char **argv;
- dictionary *dict;
+ struct tiniparser_dictionary *dict;
uint32_t ctrl;
};