From 5088e54473b49b40e5ceab2fae2999619f31b7d3 Mon Sep 17 00:00:00 2001 From: Deepak Kodihalli Date: Sun, 28 Oct 2018 06:53:25 -0500 Subject: React to nsswitch config file changes There's just one nsswitch config file now (instead of a default, an _linux and an _ldap). Make fixes in code relevant to this. Change-Id: I92362aac7a1f5e034cea06e9299f7e574dc2fab9 Signed-off-by: Deepak Kodihalli Signed-off-by: Nagaraju Goruganti --- phosphor-ldap-config/ldap_configuration.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'phosphor-ldap-config/ldap_configuration.hpp') diff --git a/phosphor-ldap-config/ldap_configuration.hpp b/phosphor-ldap-config/ldap_configuration.hpp index 0254d42..ad2c52a 100644 --- a/phosphor-ldap-config/ldap_configuration.hpp +++ b/phosphor-ldap-config/ldap_configuration.hpp @@ -18,8 +18,6 @@ namespace ldap { static constexpr auto defaultNslcdFile = "nslcd.conf.default"; static constexpr auto nsSwitchFile = "nsswitch.conf"; -static constexpr auto LDAPNsSwitchFile = "nsswitch_ldap.conf"; -static constexpr auto linuxNsSwitchFile = "nsswitch_linux.conf"; using namespace phosphor::logging; using namespace sdbusplus::xyz::openbmc_project::Common::Error; -- cgit v1.2.1