Skip to content

dasJ/nscd-disable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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