diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-08 15:19:07 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-09 08:24:52 -0500 |
commit | d10350e1854cd2156567f058f5a76041994e7f2b (patch) | |
tree | 43a86b9d5c9401d467ff9b92acf92d4757a56f01 /Makefile.am | |
parent | 8372129f446e1558f1923a112f328a266144c3ce (diff) | |
download | sssd-d10350e1854cd2156567f058f5a76041994e7f2b.tar.gz sssd-d10350e1854cd2156567f058f5a76041994e7f2b.tar.bz2 sssd-d10350e1854cd2156567f058f5a76041994e7f2b.zip |
IPA: Check nsAccountLock during PAM_ACCT_MGMT
https://fedorahosted.org/sssd/ticket/1227
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ce00ef2f..64f5c42e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1147,6 +1147,7 @@ libsss_ipa_la_SOURCES = \ src/providers/ldap/ldap_id_services.c \ src/providers/ldap/ldap_auth.c \ src/providers/ldap/ldap_common.c \ + src/providers/ldap/sdap_access.c \ src/providers/ldap/sdap_async.c \ src/providers/ldap/sdap_async_users.c \ src/providers/ldap/sdap_async_groups.c \ |