diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-02 10:34:52 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-07-06 11:44:46 -0400 |
commit | a4cce2c98eedecb5d3b47da62104634cae268434 (patch) | |
tree | 16ddb86f0d5b8dffa0090ccb9b1bfee16d3f288c /Makefile.am | |
parent | d92c50f6d75ae980b0d130134112a33e1584724c (diff) | |
download | sssd-a4cce2c98eedecb5d3b47da62104634cae268434.tar.gz sssd-a4cce2c98eedecb5d3b47da62104634cae268434.tar.xz sssd-a4cce2c98eedecb5d3b47da62104634cae268434.zip |
AD: Add AD access-control provider
This patch adds support for checking whether a user is expired or
disabled in AD.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |