summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-09 23:14:40 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:33 +0100
commit7a468783159880f81f7cd9270ee94bf0954d6a56 (patch)
tree783e9fc503f3cb322e1b3d2e8dd0d8289287be1a /Makefile.am
parent7a92ae1598735ff69e36c72a7be60292ccad41d3 (diff)
downloadsssd-7a468783159880f81f7cd9270ee94bf0954d6a56.tar.gz
sssd-7a468783159880f81f7cd9270ee94bf0954d6a56.tar.xz
sssd-7a468783159880f81f7cd9270ee94bf0954d6a56.zip
Move ldap provider access functions
It was confusing to see the ldap provider own handler mixed with the generic ldap access code used also by the ipa and ad providers. So move the ldap provider handler code in its own file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5cc009154..b96ab0428 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1311,6 +1311,7 @@ libsss_krb5_common_la_SOURCES = \
libsss_ldap_la_SOURCES = \
src/util/find_uid.c \
src/providers/ldap/ldap_init.c \
+ src/providers/ldap/ldap_access.c \
src/providers/krb5/krb5_common.c \
src/providers/krb5/krb5_utils.c \
src/util/user_info_msg.c \