From cd632a9d2cda129f79b4ddd5484b748806c68ef6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 17 Oct 2008 13:58:52 -0400 Subject: Add configuration database functions. Convert nss responder to use the confdb --- server/nss/nsssrv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/nss/nsssrv.h') diff --git a/server/nss/nsssrv.h b/server/nss/nsssrv.h index 6302c32c3..e00ccced5 100644 --- a/server/nss/nsssrv.h +++ b/server/nss/nsssrv.h @@ -36,12 +36,12 @@ struct nss_ctx { struct task_server *task; struct fd_event *lfde; int lfd; - struct ldb_context *ldb; + struct nss_ldb_ctx *lctx; }; struct cli_ctx { struct event_context *ev; - struct ldb_context *ldb; + struct nss_ldb_ctx *lctx; int cfd; struct fd_event *cfde; struct sockaddr_un addr; -- cgit