From 997f5e0087568a17dc1434fdaccb553dbcaa7b0e Mon Sep 17 00:00:00 2001 From: Nagaraju Goruganti Date: Thu, 30 Aug 2018 03:05:11 -0500 Subject: phosphor-ldap-conf: add application to configure LDAP The application implements the xyz.openbmc_project.User.Ldap.Config and xyz.openbmc_project.User.Ldap.Create D-Bus interfaces to create LDAP config file(for example generate nslcd.conf) Change-Id: Idc7cc643c4143f9bc51182019926e1dd6125da2f Signed-off-by: Nagaraju Goruganti --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 915eedc..4413b84 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,4 +23,5 @@ phosphor_user_manager_CXXFLAGS = $(SYSTEMD_CFLAGS) \ -DBOOST_SYSTEM_NO_DEPRECATED \ -DBOOST_ERROR_CODE_HEADER_ONLY -SUBDIRS = . test phosphor-ldap-mapper +SUBDIRS = . test phosphor-ldap-mapper phosphor-ldap-config + -- cgit v1.2.1