From 59287f090c9ea371a6d7f9c151f26c46a068a0b3 Mon Sep 17 00:00:00 2001 From: Nagaraju Goruganti Date: Fri, 12 Oct 2018 07:00:20 -0500 Subject: 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 --- phosphor-ldap-config/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phosphor-ldap-config/Makefile.am') 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) \ -- cgit v1.2.1