Update nslcd conf to avoid ldap lookups for local groups

Currently when there is no ldap configuration,
nslcd daemon starts with default config which has
URI ldap://127.0.0.1, then we notice unnecessary nslcd
LDAP lookups for all local groups.

this commit updates config with "nss_initgroups_ignoreusers ALLLOCAL"
this option filters out all LDAP lookups for all local groups.

Tested by:
1.reboot system and check traces
2.restarting nslcd service and check traces

Signed-off-by: Ravi Teja <raviteja28031990@gmail.com>
Change-Id: I90949448994638a253995e3845898c7197ce9eca
1 file changed
tree: 396c115c87333060c3ffe4207ee8c2bcb3d7ddd5
  1. aspeed-layer/
  2. classes/
  3. conf/
  4. nuvoton-layer/
  5. raspberrypi/
  6. recipes-connectivity/
  7. recipes-core/
  8. recipes-devtools/
  9. recipes-extended/
  10. recipes-graphics/
  11. recipes-phosphor/
  12. recipes-protocols/
  13. recipes-support/
  14. recipes-textproc/
  15. recipes-x86/
  16. COPYING.apache-2.0
  17. COPYING.MIT
  18. LICENSE
  19. MAINTAINERS
  20. README.md
  21. recipes.txt
README.md

OpenBMC

meta-phosphor is the OpenBMC layer. This layer should be included for all OpenBMC systems. The OpenBMC layer contains content which is shared between all OpenBMC systems.