Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 388 Bytes

nscd-disable

Simple library to LD_PRELOAD into any process causing it to stop using nscd. If you don't know what any of this means, this probably not the project for you. Works around nix#2693.

Build it like this:

gcc ./nscd-disable.c -o nscd-disable.so -fPIC -shared -ldl

Use it like this:

LD_PRELOAD=nscd-disable.so id