summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/responder/nss/nsssrv.h')
-rw-r--r--src/responder/nss/nsssrv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/responder/nss/nsssrv.h b/src/responder/nss/nsssrv.h
index 8fc0809aa..ba52f5827 100644
--- a/src/responder/nss/nsssrv.h
+++ b/src/responder/nss/nsssrv.h
@@ -39,6 +39,7 @@
#define NSS_PACKET_MAX_RECV_SIZE 1024
struct getent_ctx;
+struct sss_mc_ctx;
struct nss_ctx {
struct resp_ctx *rctx;
@@ -64,6 +65,8 @@ struct nss_ctx {
char **vetoed_shells;
char **etc_shells;
char *shell_fallback;
+
+ struct sss_mc_ctx *pwd_mc_ctx;
};
struct nss_packet;