From a4cce2c98eedecb5d3b47da62104634cae268434 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 2 Jul 2012 10:34:52 -0400 Subject: AD: Add AD access-control provider This patch adds support for checking whether a user is expired or disabled in AD. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c638f0223..359306211 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1353,6 +1353,8 @@ libsss_ad_la_SOURCES = \ src/providers/ad/ad_init.c \ src/providers/ad/ad_id.c \ src/providers/ad/ad_id.h \ + src/providers/ad/ad_access.c \ + src/providers/ad/ad_access.h \ src/providers/ad/ad_opts.h \ src/util/find_uid.c \ src/util/user_info_msg.c \ -- cgit