summaryrefslogtreecommitdiffstats
path: root/phosphor-ldap-config/Makefile.am
diff options
context:
space:
mode:
authorNagaraju Goruganti <ngorugan@in.ibm.com>2018-10-12 07:00:20 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-20 02:11:46 +0000
commit59287f090c9ea371a6d7f9c151f26c46a068a0b3 (patch)
tree28757865672ab23acbeb19fb756a1da48c2321b6 /phosphor-ldap-config/Makefile.am
parentdb60f5847bc89e96fbee5eb504726c11382973b8 (diff)
downloadphosphor-user-manager-59287f090c9ea371a6d7f9c151f26c46a068a0b3.tar.gz
phosphor-user-manager-59287f090c9ea371a6d7f9c151f26c46a068a0b3.zip
phosphor-ldap-conf: validate LDAP Server URI
Validates given URI. Also updates secureLDAP property based on given URI. If URI is of LDAPS type, secureLDAP is set to true, else it is set to false. Change-Id: If96495c01a8bd911d255267ffbbbff7f28fa070b Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
Diffstat (limited to 'phosphor-ldap-config/Makefile.am')
-rw-r--r--phosphor-ldap-config/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/phosphor-ldap-config/Makefile.am b/phosphor-ldap-config/Makefile.am
index cf2b4f0..907c365 100644
--- a/phosphor-ldap-config/Makefile.am
+++ b/phosphor-ldap-config/Makefile.am
@@ -1,9 +1,10 @@
sbin_PROGRAMS = phosphor-ldap-conf
-noinst_HEADERS = ldap_configuration.hpp
+noinst_HEADERS = ldap_configuration.hpp utils.hpp
phosphor_ldap_conf_SOURCES = \
main.cpp \
+ utils.cpp \
ldap_configuration.cpp
phosphor_ldap_conf_LDFLAGS = $(SDBUSPLUS_LIBS) \
OpenPOWER on IntegriCloud