Skip to content

Commit

Permalink
upodated the code
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Sep 25, 2024
1 parent a20427f commit a5182b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/hostcfgd
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ from sonic_py_common import device_info
from sonic_py_common.general import check_output_pipe
# from swsscommon import CFG_MEMORY_STATISTICS_TABLE_NAME
from swsscommon.swsscommon import ConfigDBConnector, DBConnector, Table
from swsscommon import swsscommon
import swsscommon
from sonic_installer import bootloader
hostcfg_file_path = os.path.abspath(__file__)
hostcfg_dir_path = os.path.dirname(hostcfg_file_path)
sys.path.append(hostcfg_dir_path)
import ldap
importlib.reload(swsscommon)

# FILE
PAM_AUTH_CONF = "/etc/pam.d/common-auth-sonic"
Expand Down

0 comments on commit a5182b1

Please sign in to comment.